Closed lacroixsteven closed 3 years ago
Anyway the go.sum can be cleaned up? Having 930 imports seems pretty insane. Any reason for this? Thanks!
We don't control go.sum file, it is updated automatically using go get command and maintained with go mod tidy.
go.sum
go get
go mod tidy
Oh true, that makes sense. Thanks for the reply @v-byte-cpu
Description
Anyway the go.sum can be cleaned up? Having 930 imports seems pretty insane. Any reason for this? Thanks!