|
|
@ -3,13 +3,13 @@ module git.slaventius.ru/test3k/auth |
|
|
|
go 1.19 |
|
|
|
go 1.19 |
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
require ( |
|
|
|
|
|
|
|
git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 |
|
|
|
github.com/go-chi/chi/v5 v5.0.8 |
|
|
|
github.com/go-chi/chi/v5 v5.0.8 |
|
|
|
github.com/kelseyhightower/envconfig v1.4.0 |
|
|
|
github.com/kelseyhightower/envconfig v1.4.0 |
|
|
|
google.golang.org/grpc v1.52.3 |
|
|
|
google.golang.org/grpc v1.52.3 |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
require ( |
|
|
|
git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696 // indirect |
|
|
|
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect |
|
|
|
github.com/golang/protobuf v1.5.2 // indirect |
|
|
|
golang.org/x/net v0.4.0 // indirect |
|
|
|
golang.org/x/net v0.4.0 // indirect |
|
|
|
golang.org/x/sys v0.3.0 // indirect |
|
|
|
golang.org/x/sys v0.3.0 // indirect |
|
|
|