Skip to content

Commit

Permalink
fix(deps): update go minor dependencies updates (auto-merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 0f0b6c3 commit 180e186
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/getyourguide/istio-config-validator
go 1.22.0

require (
github.com/envoyproxy/go-control-plane v0.12.1-0.20240628042141-fb8275a6aab4
github.com/envoyproxy/go-control-plane 6d5952f6c783
github.com/go-logr/logr v1.4.2
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
golang.org/x/exp 46b078467d37
gopkg.in/yaml.v3 v3.0.1
istio.io/api v1.22.0-alpha.1.0.20240702004049-b04c2565ff27
istio.io/client-go v1.22.0-alpha.1.0.20240702004349-a12fd776730e
istio.io/istio v0.0.0-20240702012549-b64a2f6240c6
istio.io/api v1.22.2
istio.io/client-go v1.22.2
istio.io/istio facc0bb261af
k8s.io/apimachinery v0.30.2
)

Expand Down Expand Up @@ -156,4 +156,4 @@ require (
)

// Client-go does not handle different versions of mergo due to some breaking changes - use the matching version
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

0 comments on commit 180e186

Please sign in to comment.