Skip to content

Commit

Permalink
Resolved: Unknown field in manifest: dependencies
Browse files Browse the repository at this point in the history
put result of latest `dep init`

```
$ dep ensure
dep: WARNING: Unknown field in manifest: dependencies
```
  • Loading branch information
sue445 committed Sep 12, 2017
1 parent 1173577 commit b3f82cc
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@

[[dependencies]]
branch = "master"
name = "github.com/griffin-stewie/go-chatwork"

[[dependencies]]
branch = "master"
name = "github.com/joho/godotenv"

[[dependencies]]
branch = "master"
name = "github.com/nlopes/slack"

[[dependencies]]
branch = "master"
name = "github.com/stretchr/testify"

[[dependencies]]
branch = "master"
name = "github.com/syndtr/goleveldb"

[[dependencies]]
branch = "v2"
name = "gopkg.in/yaml.v2"
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"

0 comments on commit b3f82cc

Please sign in to comment.