diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-06 20:07:49 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-06 20:07:49 +0300 |
commit | 7908b1e119fe4fdc4a29130c950a9c7781f99081 (patch) | |
tree | 30d7384cf059f960f7437730f3d063ea1fc367c3 /go.mod | |
parent | 3b6d0dbe8cb1333126d3bf4fb0ec55719b8f3154 (diff) |
go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ module go.neonxp.dev/pkg -go 1.22 +go 1.22.1 -require github.com/go-chi/chi/v5 v5.0.7 +require gitrepo.ru/neonxp/middleware v0.0.0-20240406170514-e2509238d2b7 + +require github.com/google/uuid v1.6.0 // indirect |