Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authPostman/blame/commit/f791d24ad73005de93628dc0a103ed2cab1a0794/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
)