teamgram / teamgram-server

Unofficial open source mtproto server written in golang with compatible telegram client.
https://teamgram.net
Apache License 2.0
1.8k stars 361 forks source link

go mod tidy 报错 unknown revision v6.0.5851 #87

Closed liyqa01 closed 1 year ago

liyqa01 commented 1 year ago

go mod tidy: error loading go 1.16 module graph: github.com/teamgram/marmota@v0.1.14-0.20230114122501-f14621bd991f requires istio.io/istio@v0.0.0-20220722225051-7b455b6fc1ad requires github.com/prometheus/prometheus@v0.36.2 requires github.com/ionos-cloud/sdk-go/v6@v6.0.5851: reading github.com/ionos-cloud/sdk-go/go.mod at revision v6.0.5851: unknown revision v6.0.5851

If reproducibility with go 1.16 is not needed: go mod tidy -compat=1.17 For other options, see: https://golang.org/doc/modules/pruning

wubenqi commented 1 year ago

go mod tidy -compat=1.17