Skip to content

Commit

Permalink
update dep pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Dec 12, 2019
1 parent 5830147 commit ec01b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: bionic
go:
- '1.11'
- '1.12'
- '1.13'

#env:
# - GO111MODULE=on
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/gookit/ini/v2

go 1.12

require (
github.com/gookit/goutil v0.1.7
github.com/gookit/goutil v0.2.1
github.com/stretchr/testify v1.3.0
)

0 comments on commit ec01b3a

Please sign in to comment.