Skip to content

Commit ccbe87b

Browse files
committed
add go-sqlmock to update-package rule
1 parent b2547b3 commit ccbe87b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ update-package:
3232
go get -u github.com/denisenkom/go-mssqldb
3333
go get -u github.com/sirupsen/logrus
3434
go get -u github.com/spf13/cobra
35-
go get -u github.com/inconshreveable/mousetrap #for windows build
35+
go get -u github.com/inconshreveable/mousetrap
3636
go get -u github.com/smartystreets/goconvey/convey
37+
go get -u gopkg.in/DATA-DOG/go-sqlmock.v1
3738

3839
build: linux windows darwin alpine-linux
3940

0 commit comments

Comments
 (0)