From 7908b1e119fe4fdc4a29130c950a9c7781f99081 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sat, 6 Apr 2024 20:07:49 +0300 Subject: go mod tidy --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4c3df9a..9636160 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3