Skip to content

Commit

Permalink
Fixing #420 where lock and manifest have moved to TOML (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfgoh authored and kotakanbe committed Apr 14, 2017
1 parent eb2598f commit f878e22
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 376 deletions.
222 changes: 222 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -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"
Loading

0 comments on commit f878e22

Please sign in to comment.