Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit b058f54

Browse files
committed
rationalizing Gopkg.toml
1 parent 24c0d4f commit b058f54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gopkg.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ required = [
8282
name = "github.com/spf13/pflag"
8383
version = "1.0.0"
8484

85+
[[constraint]]
86+
name = "github.com/go-bindata/go-bindata"
87+
revision = "d266f3a456685e7541abc9f010d46fff146c7858"
88+
8589
[[constraint]]
8690
branch = "master"
8791
name = "golang.org/x/sync"
@@ -118,3 +122,7 @@ required = [
118122
[prune]
119123
go-tests = true
120124
unused-packages = true
125+
126+
[[constraint]]
127+
name = "gopkg.in/ini.v1"
128+
version = "1.38.1"

0 commit comments

Comments
 (0)