typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
222 stars 56 forks source link

930 go.sum imports? #74

Closed lacroixsteven closed 3 years ago

lacroixsteven commented 3 years ago

Description

Anyway the go.sum can be cleaned up? Having 930 imports seems pretty insane. Any reason for this? Thanks!

v-byte-cpu commented 3 years ago

We don't control go.sum file, it is updated automatically using go get command and maintained with go mod tidy.

lacroixsteven commented 3 years ago

Oh true, that makes sense. Thanks for the reply @v-byte-cpu