File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## Unreleased
99
10+ ### Fixed
11+
12+ - Correct the dep on go-i18n
13+
1014## [ 0.5.0] - 2019-11-29
1115
1216### Added
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ module github.com/manifoldco/promptui
22
33go 1.11
44
5+ // Do not change the versions of kingpin or go-i18n;
6+ // we will remove them when we stop using gometalinter
7+
58require (
69 github.com/BurntSushi/toml v0.3.1 // indirect
710 github.com/alecthomas/gometalinter v3.0.0+incompatible
@@ -18,17 +21,11 @@ require (
1821 github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
1922 github.com/mattn/go-colorable v0.0.9 // indirect
2023 github.com/mattn/go-isatty v0.0.4 // indirect
21- github.com/nicksnyder/go-i18n v0.0.0-00010101000000-000000000000 // indirect
24+ github.com/nicksnyder/go-i18n v1.10.1 // indirect
2225 github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9
2326 golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
2427 golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
2528 golang.org/x/tools v0.0.0-20181122213734-04b5d21e00f1 // indirect
26-
27- // Do not change this version of kingpin; we will remove it when we stop using gometalinter
2829 gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20171010053543-63abe20a23e2 // indirect
29-
3030 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
3131)
32-
33- // Remove this when we stop using gometalinter and kingpin
34- replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
You can’t perform that action at this time.
0 commit comments