Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
204 changes: 102 additions & 102 deletions Gopkg.lock

Large diffs are not rendered by default.

41 changes: 28 additions & 13 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,39 @@ required = [
"github.com/kevinburke/go-bindata",
]

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

[[prune.project]]
name = "k8s.io/code-generator"
non-go = false
unused-packages = false

[[prune.project]]
name = "github.com/kevinburke/go-bindata"
non-go = false
unused-packages = false

[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master"
# version = "=v0.0.5"

[[constraint]]
name = "github.com/openshift/api"
branch = "master"

[[constraint]]
name = "github.com/kevinburke/go-bindata"
version = "v3.11.0"

[[constraint]]
name = "github.com/openshift/cluster-version-operator"
revision = "fe673cb712fa5e27001488fc088ac91bb553353d"

[[override]]
name = "k8s.io/api"
version = "kubernetes-1.10.1"
Expand All @@ -32,16 +59,4 @@ required = [

[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.1"

[[constraint]]
name = "github.com/openshift/api"
branch = "master"

[[constraint]]
name = "github.com/kevinburke/go-bindata"
version = "v3.11.0"

[[constraint]]
name = "github.com/openshift/cluster-version-operator"
revision = "fe673cb712fa5e27001488fc088ac91bb553353d"
version = "kubernetes-1.10.1"
25 changes: 0 additions & 25 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

Loading