Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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.
313 changes: 0 additions & 313 deletions glide.lock

This file was deleted.

15 changes: 0 additions & 15 deletions glide.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module github.com/openshift/cluster-config-operator

go 1.13

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/openshift/api v0.0.0-20191031084152-11eee842dafd
github.com/openshift/library-go v0.0.0-20191030100914-d6f3b526f033
github.com/prometheus/client_golang v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783 // indirect

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be v0.17.0

k8s.io/apimachinery v0.0.0-20191025225532-af6325b3a843
k8s.io/component-base v0.0.0-20191029070825-5e0e35147053
k8s.io/klog v1.0.0
)
Loading