Skip to content

Commit

Permalink
Migrate to golang/dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Jan 17, 2018
1 parent 96f6c81 commit 19e8030
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 1 deletion.
113 changes: 113 additions & 0 deletions Gopkg.lock

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

36 changes: 36 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Instruct `dep ensure` to not scan deps of the packages which are not part of kube-aws
# See https://github.com/golang/dep/issues/1329#issuecomment-340435818
ignored = ["github.com/kubernetes-incubator/kube-aws/hack*"]

[[constraint]]
name = "github.com/Masterminds/sprig"
version = "2.10.0"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.7.8"

[[constraint]]
name = "github.com/coreos/coreos-cloudinit"
version = "1.12.0"

[[constraint]]
branch = "master"
name = "github.com/google/go-github"

[[constraint]]
name = "github.com/spf13/cobra"

[[constraint]]
name = "github.com/stretchr/testify"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"

[[constraint]]
name = "gopkg.in/yaml.v2"
2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go/CHANGELOG.md

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

Empty file modified vendor/github.com/stretchr/testify/.travis.gofmt.sh
100644 → 100755
Empty file.
Empty file modified vendor/github.com/stretchr/testify/.travis.gogenerate.sh
100644 → 100755
Empty file.
Empty file modified vendor/github.com/stretchr/testify/.travis.govet.sh
100644 → 100755
Empty file.

0 comments on commit 19e8030

Please sign in to comment.