solo-io / sqoop

The GraphQL Engine powered by Gloo
https://sqoop.solo.io
529 stars 42 forks source link

Add go.mod to solve compilation problems in certain scenarios #51

Open zengyuxing007 opened 4 years ago

zengyuxing007 commented 4 years ago

Golang package management is a historical problem, and the current go mod solves this problem very well, is the de facto standard。

In my environment (golang 1.14), compiling sqoop reports an error (#50). My colleague converted gopkg.toml to go.mod, which solved the compilation problem very well. This may be encountered by others.

solo-build-bot[bot] commented 4 years ago

Waiting for approval from someone in the solo-io org to start testing.