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

17 lines
357 B

2 years ago
module test3k/umate
2 years ago
go 1.19
2 years ago
require (
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1
)
2 years ago
require (
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
)