Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,32 @@ go 1.16
require (
github.com/argoproj/argo-cd v1.8.7
github.com/blang/semver v3.5.1+incompatible
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e // indirect
github.com/coreos/prometheus-operator v0.41.1
github.com/crossplane/crossplane-runtime v0.9.0 // indirect
github.com/crossplane/oam-kubernetes-runtime v0.0.9
github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify v1.5.1
github.com/ghodss/yaml v1.0.0
github.com/go-fsnotify/fsnotify v0.0.0-20180321022601-755488143dae // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-containerregistry v0.4.0
github.com/google/go-containerregistry v0.8.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/kubernetes-sigs/application v0.8.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/openshift/api v0.0.0-20200825174227-962ddb6aceab
github.com/openshift/client-go v0.0.0-20200729195840-c2b1adc6bed6
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
github.com/spf13/viper v1.10.0
github.com/tidwall/gjson v1.8.1
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
istio.io/api v0.0.0-20200208020912-9564cdd03c96
k8s.io/api v0.19.10
k8s.io/apimachinery v0.19.10
k8s.io/api v0.20.6
k8s.io/apimachinery v0.20.6
k8s.io/client-go v12.0.0+incompatible
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.3.0
k8s.io/klog/v2 v2.4.0
k8s.io/kubectl v0.19.10 // indirect
sigs.k8s.io/application v0.8.1
sigs.k8s.io/controller-runtime v0.6.2 // indirect
Expand Down
Loading