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

22 lines
637 B

2 years ago
module git.slaventius.ru/test3k/authDB
2 years ago
go 1.19
2 years ago
require (
2 years ago
git.slaventius.ru/test3k/umate v0.0.0-20230204104415-6dd680567696
2 years ago
github.com/kelseyhightower/envconfig v1.4.0
2 years ago
github.com/segmentio/kafka-go v0.4.38
2 years ago
google.golang.org/grpc v1.52.3
)
2 years ago
require (
2 years ago
github.com/golang/protobuf v1.5.2 // indirect
2 years ago
github.com/klauspost/compress v1.15.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
2 years ago
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
2 years ago
google.golang.org/protobuf v1.28.1 // indirect
2 years ago
)