Skip to content

Commit

Permalink
Fix outdated deps in v2/go.mod (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
roylee0704 authored and nicksnyder committed Aug 3, 2018
1 parent 461e8b9 commit a16b91a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "github.com/nicksnyder/go-i18n/v2"
module github.com/nicksnyder/go-i18n/v2

require (
"github.com/BurntSushi/toml" v0.3.0
"golang.org/x/text" v0.0.0-20171214130843-f21a4dfb5e38
"gopkg.in/yaml.v2" v1.2.1-gopkgin-v2.2.1
github.com/BurntSushi/toml v0.3.0
golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38
gopkg.in/yaml.v2 v2.2.1
)

0 comments on commit a16b91a

Please sign in to comment.