Skip to content

Commit 3dc7453

Browse files
elfgohAlan Lapthorn
authored andcommitted
Fixing future-architect#420 where lock and manifest have moved to TOML (future-architect#421)
golang/dep#342
1 parent 457207c commit 3dc7453

File tree

4 files changed

+250
-376
lines changed

4 files changed

+250
-376
lines changed

Gopkg.lock

Lines changed: 222 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
[[dependencies]]
3+
branch = "master"
4+
name = "github.com/Azure/azure-storage-go"
5+
6+
[[dependencies]]
7+
branch = "master"
8+
name = "github.com/BurntSushi/toml"
9+
10+
[[dependencies]]
11+
branch = "master"
12+
name = "github.com/Sirupsen/logrus"
13+
14+
[[dependencies]]
15+
name = "github.com/aws/aws-sdk-go"
16+
revision = "5b341290c488aa6bd76b335d819b4a68516ec3ab"
17+
18+
[[dependencies]]
19+
branch = "master"
20+
name = "github.com/jroimartin/gocui"
21+
22+
[[dependencies]]
23+
branch = "master"
24+
name = "github.com/kotakanbe/go-cve-dictionary"
25+
26+
[[dependencies]]
27+
branch = "master"
28+
name = "github.com/kotakanbe/logrus-prefixed-formatter"

0 commit comments

Comments
 (0)