Skip to content

Commit

Permalink
Repace godep with dep; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
okushchenko committed Oct 4, 2017
1 parent 8f05281 commit bb07929
Show file tree
Hide file tree
Showing 669 changed files with 203,965 additions and 39,212 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
bin/

# Ignore everything in vendor/, except for *.go files,
# LICENSE and COPYING. Ignore Go tests.
vendor/**/*
!vendor/**/
!vendor/**/*.go
!vendor/**/LICENSE*
!vendor/**/COPYING*
vendor/**/*_test.go
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ go:
- 1.8
- tip
env:
- VAULT_ADDR='http://127.0.0.1:8200' CONSUL_VERSION=0.9.3 ETCD_VERSION=3.2.5 DYNAMODB_VERSION=2017-02-16 VAULT_VERSION=0.8.1 ZOOKEEPER_VERSION=3.4.10 RANCHER_VERSION=0.6.0
- VAULT_ADDR='http://127.0.0.1:8200' CONSUL_VERSION=0.9.3 ETCD_VERSION=3.2.8 DYNAMODB_VERSION=2017-02-16 VAULT_VERSION=0.8.1 ZOOKEEPER_VERSION=3.4.10 RANCHER_VERSION=0.6.0
services:
- redis
before_install:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.6

ENV GOPATH /go

Expand Down
195 changes: 195 additions & 0 deletions Gopkg.lock

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

68 changes: 68 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"

[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.0.3"

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

[[constraint]]
name = "github.com/coreos/etcd"
version = "=3.2.8"

[[constraint]]
name = "github.com/fsnotify/fsnotify"
version = "1.4.2"

[[constraint]]
name = "github.com/garyburd/redigo"
version = "1.1.0"

[[constraint]]
name = "github.com/hashicorp/consul"
version = "=0.9.3"

[[constraint]]
name = "github.com/hashicorp/vault"
version = "=0.8.1"

[[constraint]]
name = "github.com/kelseyhightower/memkv"
version = "0.1.1"

[[constraint]]
name = "github.com/samuel/go-zookeeper"

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

[[constraint]]
name = "gopkg.in/yaml.v2"

[[override]]
name = "github.com/ugorji/go"
revision = "ded73eae5db7e7a0ef6f55aace87a2873c5d2b74"

[[override]]
name = "google.golang.org/grpc"
version = "=1.2.1"

[[override]]
name = "golang.org/x/crypto"
revision = "1351f936d976c60a0a48d728281922cf63eafb8d"

[[override]]
name = "golang.org/x/net"
revision = "c8c74377599bd978aee1cf3b9b63a8634051cec2"

[[override]]
name = "golang.org/x/sys"
revision = "e48874b42435b4347fc52bdee0424a52abc974d7"

[[override]]
name = "github.com/golang/protobuf"
revision = "4bd1920723d7b7c925de087aa32e2187708897f7"
5 changes: 4 additions & 1 deletion vendor/github.com/BurntSushi/toml/.travis.yml

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

2 changes: 1 addition & 1 deletion vendor/github.com/BurntSushi/toml/COMPATIBLE

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

18 changes: 8 additions & 10 deletions vendor/github.com/BurntSushi/toml/README.md

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

Loading

0 comments on commit bb07929

Please sign in to comment.