Fixing #420 where lock and manifest have moved to TOML (#421)

https://github.com/golang/dep/pull/342
This commit is contained in:
elfgoh
2017-04-14 14:06:37 +08:00
committed by Kota Kanbe
parent eb2598f3b3
commit f878e225cc
4 changed files with 250 additions and 376 deletions

28
Gopkg.toml Normal file
View File

@@ -0,0 +1,28 @@
[[dependencies]]
branch = "master"
name = "github.com/Azure/azure-storage-go"
[[dependencies]]
branch = "master"
name = "github.com/BurntSushi/toml"
[[dependencies]]
branch = "master"
name = "github.com/Sirupsen/logrus"
[[dependencies]]
name = "github.com/aws/aws-sdk-go"
revision = "5b341290c488aa6bd76b335d819b4a68516ec3ab"
[[dependencies]]
branch = "master"
name = "github.com/jroimartin/gocui"
[[dependencies]]
branch = "master"
name = "github.com/kotakanbe/go-cve-dictionary"
[[dependencies]]
branch = "master"
name = "github.com/kotakanbe/logrus-prefixed-formatter"