Skip to content

Commit

Permalink
add go modules support
Browse files Browse the repository at this point in the history
  • Loading branch information
scofieldpeng committed Sep 4, 2018
1 parent 55fcbd5 commit f66897e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/scofieldpeng/config-go

require github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec h1:DGmKwyZwEB8dI7tbLt/I/gQuP559o/0FrAkHKlQM/Ks=
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec/go.mod h1:owBmyHYMLkxyrugmfwE/DLJyW8Ro9mkphwuVErQ0iUw=

0 comments on commit f66897e

Please sign in to comment.