Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/auth/blame/commit/65a709e899860560de5b9e26f8c1b7dd00bd24d3/go.mod You should set ROOT_URL correctly, otherwise the web may not work correctly.

20 lines
535 B

3 years ago
module git.applicatura.com/test3k/auth
3 years ago
go 1.19
3 years ago
require (
3 years ago
git.applicatura.com/test3k/umate v0.0.0-20230203073430-61e2a6eccf5e
3 years ago
github.com/go-chi/chi/v5 v5.0.8
github.com/kelseyhightower/envconfig v1.4.0
google.golang.org/grpc v1.52.3
)
require (
3 years ago
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
3 years ago
google.golang.org/protobuf v1.28.1 // indirect
3 years ago
)