Skip to content

Commit a4d8332

Browse files
committed
Add GO modules
Add GO 1.11 support
1 parent 41b6000 commit a4d8332

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: go
33
go:
44
- "1.9"
55
- "1.10"
6+
- "1.11"
67
- "tip"
78

89
before_install:

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/andsala/geoip
2+
3+
require gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8 h1:Ggy3mWN4l3PUFPfSG0YB3n5fVYggzysUmiUQ89SnX6Y=
2+
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8/go.mod h1:cKXr3E0k4aosgycml1b5z33BVV6hai1Kh7uDgFOkbcs=

0 commit comments

Comments
 (0)