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.
2 parents dd05ddf + f387120 commit a940763Copy full SHA for a940763
.travis.yml
@@ -4,6 +4,9 @@ go:
4
- 1.9
5
- tip
6
7
+env:
8
+ - GO111MODULE=on
9
+
10
install:
11
- |
12
# fix path issue in forks
go.mod
@@ -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
@@ -0,0 +1,2 @@
+github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 h1:J9b7z+QKAmPf4YLrFg6oQUotqHQeUNWwkvo7jZp1GLU=
+github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
0 commit comments