Skip to content

Commit

Permalink
regenerate go.mod (#117)
Browse files Browse the repository at this point in the history
fixes #116
  • Loading branch information
nicksnyder authored Jul 28, 2018
1 parent 9a3374d commit 461e8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "github.com/nicksnyder/go-i18n"
module github.com/nicksnyder/go-i18n

require (
"github.com/pelletier/go-toml" v1.1.0
"gopkg.in/yaml.v2" v1.2.1-gopkgin-v2.2.1
github.com/pelletier/go-toml v1.2.0
gopkg.in/yaml.v2 v2.2.1
)

0 comments on commit 461e8b9

Please sign in to comment.