Skip to content

Commit

Permalink
Update make file
Browse files Browse the repository at this point in the history
Signed-off-by: nshankar <[email protected]>
  • Loading branch information
nshankar13 committed Aug 7, 2024
1 parent a95cc56 commit cbcb6f6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ exclude k8s.io/kubernetes v1.13.0
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5

require (
github.com/envoyproxy/go-control-plane v0.12.1-0.20240531171710-83091517a319
github.com/envoyproxy/go-control-plane v0.12.1-0.20240716023226-bc563f4e9b28
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/sync v0.7.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117
google.golang.org/grpc v1.65.0
istio.io/istio v0.0.0-20240802232721-749dbacd692e
k8s.io/apimachinery v0.30.1
k8s.io/client-go v0.30.1
Expand Down Expand Up @@ -47,10 +49,6 @@ require (
github.com/docker/docker v26.1.4+incompatible // indirect
github.com/docker/docker-credential-helpers v0.8.1 // indirect
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
<<<<<<< HEAD
github.com/envoyproxy/go-control-plane v0.12.1-0.20240716023226-bc563f4e9b28 // indirect
=======
>>>>>>> 2e3587018 (Fix test)
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Expand Down Expand Up @@ -188,13 +186,7 @@ require (
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
<<<<<<< HEAD
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/grpc v1.65.0 // indirect
=======
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
>>>>>>> 2e3587018 (Fix test)
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down

0 comments on commit cbcb6f6

Please sign in to comment.