Skip to content

Commit

Permalink
updating operator-framework/api dependency which has k8s 1.28 changes
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <adc@redhat.com>
  • Loading branch information
acornett21 committed Jan 10, 2024
1 parent 6fd8cec commit c92d2c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 248 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/onsi/gomega v1.27.10
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc4
github.com/operator-framework/api v0.20.0
github.com/operator-framework/api v0.20.1-0.20240109180431-9ffba44ad7ed
github.com/otiai10/copy v1.2.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
Expand All @@ -45,7 +45,7 @@ require (
k8s.io/client-go v0.28.5
k8s.io/kubectl v0.28.5
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/kind v0.11.1
sigs.k8s.io/kind v0.20.0
sigs.k8s.io/yaml v1.4.0
)

Expand Down Expand Up @@ -104,6 +104,7 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/gorilla/handlers v1.4.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
Expand Down
Loading

0 comments on commit c92d2c8

Please sign in to comment.