We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2547b3 commit ccbe87bCopy full SHA for ccbe87b
Makefile
@@ -32,8 +32,9 @@ update-package:
32
go get -u github.com/denisenkom/go-mssqldb
33
go get -u github.com/sirupsen/logrus
34
go get -u github.com/spf13/cobra
35
- go get -u github.com/inconshreveable/mousetrap #for windows build
+ go get -u github.com/inconshreveable/mousetrap
36
go get -u github.com/smartystreets/goconvey/convey
37
+ go get -u gopkg.in/DATA-DOG/go-sqlmock.v1
38
39
build: linux windows darwin alpine-linux
40
0 commit comments