Skip to content

Commit

Permalink
chore: fix go.mod for gateway-api
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Feb 15, 2023
1 parent 44bd67c commit b11e4b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ go 1.19

replace github.com/imdario/mergo v0.3.12 => github.com/Kong/mergo v0.3.13

// This is needed because github.com/kong/kubernetes-telemetry required
// gateway-api v0.6.1. When we bump it to 0.6.1 this can be removed.
replace sigs.k8s.io/gateway-api v0.6.1 => sigs.k8s.io/gateway-api v0.6.0

require (
cloud.google.com/go/container v1.13.0
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down

0 comments on commit b11e4b8

Please sign in to comment.