Skip to content

Commit

Permalink
Dependency Upgrade (kyma-project#11522)
Browse files Browse the repository at this point in the history
* Dependency Upgrade

* Module Upgrades
  • Loading branch information
ralikio committed Jun 24, 2021
1 parent ee0d95d commit 3e1e71e
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 7 deletions.
15 changes: 8 additions & 7 deletions components/application-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@ go 1.16
require (
cloud.google.com/go v0.65.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/docker/docker v20.10.7+incompatible // indirect
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
github.com/gorilla/mux v1.8.0
github.com/kubernetes-sigs/service-catalog v0.3.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/vrischmann/envconfig v1.1.0
helm.sh/helm/v3 v3.5.2
k8s.io/apimachinery v0.20.2
k8s.io/cli-runtime v0.20.2
k8s.io/client-go v0.20.2
helm.sh/helm/v3 v3.6.1
k8s.io/apimachinery v0.21.2
k8s.io/cli-runtime v0.21.0
k8s.io/client-go v0.21.2
k8s.io/klog v1.0.0
sigs.k8s.io/controller-runtime v0.8.3
sigs.k8s.io/controller-runtime v0.9.1
)

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.4.4
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/docker/docker v20.10.3+incompatible
github.com/docker/docker => github.com/docker/docker v20.10.7+incompatible
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.0-rc93

golang.org/x/crypto => golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
Expand Down
Loading

0 comments on commit 3e1e71e

Please sign in to comment.