Skip to content

Commit

Permalink
Merge pull request #172 from mavimo/use-vendoring-tool
Browse files Browse the repository at this point in the history
Use vendoring tool dep instad of committing the vendor folder
  • Loading branch information
xetys authored Aug 23, 2018
2 parents 8683167 + f174d07 commit 0d56ff6
Show file tree
Hide file tree
Showing 2,058 changed files with 163 additions and 912,333 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
*.iml
/hetzner-kube*
/dist

/vendor

/cmd/test.go
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ go:
- tip

before_install:
- go get -v ./...
- go get -v github.com/golang/dep/cmd/dep
- dep ensure
- go get -v github.com/golang/lint/golint

script:
Expand Down
147 changes: 112 additions & 35 deletions Gopkg.lock

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

47 changes: 47 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[[constraint]]
branch = "master"
name = "github.com/Pallinder/go-randomdata"

[[constraint]]
branch = "master"
name = "github.com/andreyvit/diff"

[[constraint]]
name = "github.com/go-kit/kit"
version = "0.7.0"

[[constraint]]
branch = "master"
name = "github.com/gosuri/uiprogress"

[[constraint]]
name = "github.com/hetznercloud/hcloud-go"
version = "1.8.0"

[[constraint]]
name = "github.com/magiconair/properties"
version = "1.8.0"

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

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

[[constraint]]
name = "github.com/spf13/viper"
version = "1.1.0"

[[constraint]]
branch = "master"
name = "github.com/thcyron/uiprogress"

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

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit 0d56ff6

Please sign in to comment.