Skip to content

Commit

Permalink
Support Go Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed Dec 19, 2018
1 parent 12d3b28 commit 0aff298
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/lucasb-eyer/go-colorful

go 1.9

require gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 h1:FVCohIoYO7IJoDDVpV2pdq7SgrMH6wHnuTyrdrxJNoY=
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0/go.mod h1:OdE7CF6DbADk7lN8LIKRzRJTTZXIjtWgA5THM5lhBAw=

0 comments on commit 0aff298

Please sign in to comment.