diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 15:22:01 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 15:22:01 +0300 |
commit | 670fadcfbcef7d139ebb81e3d4aa5f8ccac804ee (patch) | |
tree | 38e9139a43ee68ba03dfcb5d5b7535ba9efd55e1 /go.mod | |
parent | 094e63a2ef716876fc299d03be02f90218266d21 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,8 @@ go 1.23.0 require ( github.com/google/uuid v1.6.0 + go.neonxp.ru/mux v0.0.0-20240729221623-376839b264c7 golang.org/x/sync v0.8.0 ) + +require go.neonxp.ru/objectid v0.0.2 // indirect |