Skip to content

Commit

Permalink
dep ensure (relatively large update)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Dec 3, 2017
1 parent a8387fa commit 2ae3702
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 42 deletions.
61 changes: 40 additions & 21 deletions Gopkg.lock

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

50 changes: 29 additions & 21 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,52 @@

[[dependencies]]
[[constraint]]
name = "github.com/djherbis/buffer"
version = "^1.0.0"
version = "1.0.0"

[[dependencies]]
[[constraint]]
name = "github.com/djherbis/nio"
version = "^2.0.3"
version = "2.0.3"

[[dependencies]]
[[constraint]]
name = "github.com/go-kit/kit"
version = ">=0.4.0, <1.0.0"
version = "0.6.0"

[[dependencies]]
[[constraint]]
branch = "master"
name = "github.com/google/btree"

[[dependencies]]
[[constraint]]
branch = "master"
name = "github.com/hashicorp/go-sockaddr"
revision = "acd314c5781ea706c710d9ea70069fd2e110d61d"

[[dependencies]]
branch = "master"
[[constraint]]
name = "github.com/hashicorp/memberlist"
version = "0.1.0"

[[dependencies]]
[[constraint]]
name = "github.com/oklog/run"
version = "1.0.0"

[[constraint]]
name = "github.com/oklog/ulid"
version = ">=0.3.0, <1.0.0"
version = "0.3.0"

[[dependencies]]
[[constraint]]
name = "github.com/pborman/uuid"
version = "^1.0.0"
version = "1.1.0"

[[dependencies]]
[[constraint]]
name = "github.com/pkg/errors"
version = ">=0.8.0, <1.0.0"
version = "0.8.0"

[[dependencies]]
[[constraint]]
name = "github.com/prometheus/client_golang"
version = ">=0.8.0, <1.0.0"
version = "0.8.0"

[[dependencies]]
[[constraint]]
name = "github.com/prometheus/prometheus"
version = "^1.4.1"
version = "2.0.0"

[[constraint]]
name = "github.com/rs/cors"
version = "1.2.0"

0 comments on commit 2ae3702

Please sign in to comment.