Skip to content

Commit

Permalink
Run dep init to migrate from glide
Browse files Browse the repository at this point in the history
* This does not include the code generators, such as gogen, because of
an open issue in dep: golang/dep#1306.
* This adds a new dependency that was not previously identified with
glide: github.com/petar/GOLLRB
  • Loading branch information
carolynvs-msft committed Jan 17, 2018
1 parent 93319f6 commit 21fc4a3
Show file tree
Hide file tree
Showing 14 changed files with 2,118 additions and 0 deletions.
969 changes: 969 additions & 0 deletions Gopkg.lock

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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"


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

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.8.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.8.0-rc.1"

[[constraint]]
name = "k8s.io/apiserver"
version = "kubernetes-1.8.0-rc.1"
23 changes: 23 additions & 0 deletions vendor/github.com/petar/GoLLRB/.gitignore

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

4 changes: 4 additions & 0 deletions vendor/github.com/petar/GoLLRB/AUTHORS

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

27 changes: 27 additions & 0 deletions vendor/github.com/petar/GoLLRB/LICENSE

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

66 changes: 66 additions & 0 deletions vendor/github.com/petar/GoLLRB/README.md

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

26 changes: 26 additions & 0 deletions vendor/github.com/petar/GoLLRB/example/ex1.go

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

39 changes: 39 additions & 0 deletions vendor/github.com/petar/GoLLRB/llrb/avgvar.go

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

93 changes: 93 additions & 0 deletions vendor/github.com/petar/GoLLRB/llrb/iterator.go

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

76 changes: 76 additions & 0 deletions vendor/github.com/petar/GoLLRB/llrb/iterator_test.go

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

Loading

0 comments on commit 21fc4a3

Please sign in to comment.