Skip to content

Commit

Permalink
updated go.mod go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jul 20, 2018
1 parent 4189460 commit f821978
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "github.com/nyaruka/ezconf"
module github.com/nyaruka/ezconf

require (
"github.com/fatih/structs" v1.0.0
"github.com/naoina/go-stringutil" v0.1.0
"github.com/naoina/toml" v0.1.1
github.com/fatih/structs v1.0.0
github.com/naoina/go-stringutil v0.1.0
github.com/naoina/toml v0.1.1
)
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github.com/fatih/structs v1.0.0 h1:BrX964Rv5uQ3wwS+KRUAJCBBw5PQmgJfJ6v4yly5QwU=
github.com/fatih/structs v1.0.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/naoina/go-stringutil v0.1.0 h1:rCUeRUHjBjGTSHl0VC00jUPLz8/F9dDzYI70Hzifhks=
github.com/naoina/go-stringutil v0.1.0/go.mod h1:XJ2SJL9jCtBh+P9q5btrd/Ylo8XwT/h1USek5+NqSA0=
github.com/naoina/toml v0.1.1 h1:PT/lllxVVN0gzzSqSlHEmP8MJB4MY2U7STGxiouV4X8=
github.com/naoina/toml v0.1.1/go.mod h1:NBIhNtsFMo3G2szEBne+bO4gS192HuIYRqfvOWb4i1E=

0 comments on commit f821978

Please sign in to comment.