Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
chore: Bump kubeaddons + ksphere-testing-framework (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandgrillet authored Feb 12, 2021
1 parent 4f37408 commit 0db2c68
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 335 deletions.
25 changes: 9 additions & 16 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,25 @@ module github.com/mesosphere/kubeaddons-kommander-addons/test

go 1.15

replace (
k8s.io/client-go => k8s.io/client-go v0.19.1
sigs.k8s.io/kind => sigs.k8s.io/kind v0.9.0 // locked the kind version as we've run into troubles in the past when this gets unintentionally bumped, we want to intentionally manage this version
)
// Locked the kind version as we've run into troubles in the past when this gets unintentionally bumped, we want to intentionally manage this version.
replace sigs.k8s.io/kind => sigs.k8s.io/kind v0.9.0

require (
github.com/blang/semver v3.5.1+incompatible
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/go-logr/logr v0.2.1-0.20200730175230-ee2de8da5be6 // indirect
github.com/go-logr/zapr v0.2.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mesosphere/ksphere-testing-framework v0.2.4
github.com/mesosphere/kubeaddons v0.23.6
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
github.com/mesosphere/ksphere-testing-framework v0.2.6
github.com/mesosphere/kubeaddons v0.24.1
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
helm.sh/helm/v3 v3.4.0
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/cli-runtime v0.19.2
helm.sh/helm/v3 v3.4.2
k8s.io/api v0.19.5
k8s.io/apimachinery v0.19.5
k8s.io/cli-runtime v0.19.5
k8s.io/klog/v2 v2.3.0 // indirect
k8s.io/utils v0.0.0-20200731180307-f00132d28269 // indirect
sigs.k8s.io/kind v0.9.0
sigs.k8s.io/kind v0.10.0
)
Loading

0 comments on commit 0db2c68

Please sign in to comment.