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

14 lines
243 B

2 years ago
module test3k/authPostman
go 1.19
2 years ago
2 years ago
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/segmentio/kafka-go v0.4.38
)
2 years ago
require (
github.com/klauspost/compress v1.15.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
)