Skip to content

Commit a940763

Browse files
authored
Merge pull request #8 from Koshroy/go-mod-support
Go 1.11 Module Support
2 parents dd05ddf + f387120 commit a940763

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ go:
44
- 1.9
55
- tip
66

7+
env:
8+
- GO111MODULE=on
9+
710
install:
811
- |
912
# fix path issue in forks

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/piprate/json-gold
2+
3+
require github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 h1:J9b7z+QKAmPf4YLrFg6oQUotqHQeUNWwkvo7jZp1GLU=
2+
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=

0 commit comments

Comments
 (0)