Skip to content

Commit

Permalink
Merge pull request #32 from SamWhited/support_modules
Browse files Browse the repository at this point in the history
Support Go Modules
  • Loading branch information
lucasb-eyer committed Mar 24, 2019
2 parents 4de7d68 + 0aff298 commit b3ff143
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 b3ff143

Please sign in to comment.