From a4606a828cf567e747b256dc56bd7b4a14f88f70 Mon Sep 17 00:00:00 2001 From: slaventius Date: Sat, 4 Feb 2023 17:11:10 +0300 Subject: [PATCH] * --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a569b0..bc4a60b 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module git.slaventius.ru/test3k/auth go 1.19 require ( + git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 github.com/go-chi/chi/v5 v5.0.8 github.com/kelseyhightower/envconfig v1.4.0 google.golang.org/grpc v1.52.3 ) require ( - git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 // indirect github.com/golang/protobuf v1.5.2 // indirect golang.org/x/net v0.4.0 // indirect golang.org/x/sys v0.3.0 // indirect