Skip to content

Commit bc549cd

Browse files
committed
Removed no more used dependencies in Gopkg
1 parent 522d42f commit bc549cd

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

Gopkg.toml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
branch = "master"
5959
name = "github.com/bgentry/go-netrc"
6060

61-
[[constraint]]
62-
name = "github.com/blang/semver"
63-
version = "3.5.1"
64-
6561
[[constraint]]
6662
name = "github.com/briandowns/spinner"
6763
version = "1.0.0"
@@ -103,22 +99,10 @@
10399
name = "github.com/spf13/cobra"
104100
version = "0.0.1"
105101

106-
[[constraint]]
107-
name = "github.com/spf13/viper"
108-
version = "1.0.0"
109-
110102
[[constraint]]
111103
name = "github.com/stretchr/testify"
112104
version = "1.1.4"
113105

114-
#[[constraint]]
115-
# branch = "master"
116-
# name = "github.com/theherk/viper"
117-
118-
[[constraint]]
119-
name = "github.com/zieckey/goini"
120-
version = "1.2.0"
121-
122106
[[constraint]]
123107
branch = "master"
124108
name = "golang.org/x/crypto"
@@ -138,4 +122,4 @@
138122

139123
[[constraint]]
140124
name = "github.com/cavaliercoder/grab"
141-
branch = "master"
125+
branch = "master"

0 commit comments

Comments
 (0)