Skip to content

Commit

Permalink
Adds dep Gopkg
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvivien authored and pohly committed Dec 21, 2018
1 parent 115504d commit 1bd707d
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 0 deletions.
196 changes: 196 additions & 0 deletions Gopkg.lock

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

73 changes: 73 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@

# 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"

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

[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"

[[override]]
revision = "5db89f0ca68677abc5eefce8f2a0a772c98ba52d"
name = "github.com/docker/distribution"

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

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

[[constraint]]
name = "google.golang.org/grpc"
version = "1.10.0"

[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.12.0"

[[override]]
version = "kubernetes-1.12.0"
name = "k8s.io/api"

[[override]]
version = "kubernetes-1.12.0"
name = "k8s.io/apiserver"

[[override]]
name = "github.com/golang/protobuf"
version = "v1.1.0"

[[override]]
name = "github.com/json-iterator/go"
version = "1.1.4"

[[override]]
name = "gopkg.in/square/go-jose.v2"
version = "2.1.7"

0 comments on commit 1bd707d

Please sign in to comment.