Skip to content

Commit

Permalink
rollback e2e deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Nov 16, 2023
1 parent d06f774 commit d04eb19
Show file tree
Hide file tree
Showing 26 changed files with 511 additions and 2,340 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
k8s.io/api v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
sigs.k8s.io/e2e-framework v0.3.0
sigs.k8s.io/e2e-framework v0.0.6
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,8 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
sigs.k8s.io/controller-runtime v0.15.1 h1:9UvgKD4ZJGcj24vefUFgZFP3xej/3igL9BsOUTb/+4c=
sigs.k8s.io/controller-runtime v0.15.1/go.mod h1:7ngYvp1MLT+9GeZ+6lH3LOlcHkp/+tzA/fmHa4iq9kk=
sigs.k8s.io/e2e-framework v0.3.0 h1:eqQALBtPCth8+ulTs6lcPK7ytV5rZSSHJzQHZph4O7U=
sigs.k8s.io/e2e-framework v0.3.0/go.mod h1:C+ef37/D90Dc7Xq1jQnNbJYscrUGpxrWog9bx2KIa+c=
sigs.k8s.io/e2e-framework v0.0.6 h1:mGalOzsc25nz4GBOD6oVWBFKFcAanMso6oj3+4wiCFw=
sigs.k8s.io/e2e-framework v0.0.6/go.mod h1:XSknNb1ovbtOyNNjV8DKuY9Nr4rta4wwtnZq3IRGMl0=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/structured-merge-diff/v4 v4.0.1/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw=
Expand Down
9 changes: 2 additions & 7 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1000,16 +1000,13 @@ lukechampine.com/uint128
## explicit; go 1.20
sigs.k8s.io/controller-runtime/pkg/client
sigs.k8s.io/controller-runtime/pkg/client/apiutil
sigs.k8s.io/controller-runtime/pkg/controller/controllerutil
sigs.k8s.io/controller-runtime/pkg/log
# sigs.k8s.io/e2e-framework v0.3.0
## explicit; go 1.19
# sigs.k8s.io/e2e-framework v0.0.6
## explicit; go 1.17
sigs.k8s.io/e2e-framework/klient
sigs.k8s.io/e2e-framework/klient/conf
sigs.k8s.io/e2e-framework/klient/decoder
sigs.k8s.io/e2e-framework/klient/k8s
sigs.k8s.io/e2e-framework/klient/k8s/resources
sigs.k8s.io/e2e-framework/klient/k8s/watcher
sigs.k8s.io/e2e-framework/klient/wait
sigs.k8s.io/e2e-framework/klient/wait/conditions
sigs.k8s.io/e2e-framework/pkg/env
Expand All @@ -1018,9 +1015,7 @@ sigs.k8s.io/e2e-framework/pkg/envfuncs
sigs.k8s.io/e2e-framework/pkg/features
sigs.k8s.io/e2e-framework/pkg/flags
sigs.k8s.io/e2e-framework/pkg/internal/types
sigs.k8s.io/e2e-framework/support
sigs.k8s.io/e2e-framework/support/kind
sigs.k8s.io/e2e-framework/support/utils
# sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
## explicit; go 1.18
sigs.k8s.io/json
Expand Down
Loading

0 comments on commit d04eb19

Please sign in to comment.