Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sai/slice sets #43

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rotisserie/eris v0.1.1
github.com/servicemeshinterface/smi-sdk-go v0.4.1
github.com/solo-io/skv2 v0.36.3
github.com/solo-io/skv2 v0.36.6-0.20240322145206-690e2f50c2e5
istio.io/client-go v1.20.1
istio.io/istio v0.0.0-20231207195727-552626bd81f6
k8s.io/api v0.28.3
Expand Down Expand Up @@ -169,4 +169,7 @@ require (
// go: istio.io/[email protected] requires github.com/imdario/[email protected]: parsing go.mod:
// module declares its path as: dario.cat/mergo
// but was required as: github.com/imdario/mergo
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
replace (
github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
github.com/solo-io/skv2 => ../skv2
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,14 @@ github.com/solo-io/protoc-gen-ext v0.0.18 h1:zSAL8NzWpJUGYoA5IyjHiKASNyHjR0uxBQ7
github.com/solo-io/protoc-gen-ext v0.0.18/go.mod h1:iGyCvmKmhJNXs5MgBcYFBF0om7LDnCVD2WwhOZGnqeA=
github.com/solo-io/skv2 v0.36.3 h1:qy2gOlmjVlSBSLan1+VUsEVolw3breFnti8pdKyWbXs=
github.com/solo-io/skv2 v0.36.3/go.mod h1:0GKILLOrQiTKvGsf7UEFZJiDxJHrp0yKJQ6NbHzn+vY=
github.com/solo-io/skv2 v0.36.6-0.20240321214511-d656e5746aa5 h1:ftOMZrcLyCKUCE/DBUTraP4K1OH6VO7MqcwrfJ3hUcE=
github.com/solo-io/skv2 v0.36.6-0.20240321214511-d656e5746aa5/go.mod h1:0GKILLOrQiTKvGsf7UEFZJiDxJHrp0yKJQ6NbHzn+vY=
github.com/solo-io/skv2 v0.36.6-0.20240321221313-072b52964242 h1:GcToAOffyrVZW5qbdLI8GbXt/KmXNR7LpKdMUjRFG3Q=
github.com/solo-io/skv2 v0.36.6-0.20240321221313-072b52964242/go.mod h1:0GKILLOrQiTKvGsf7UEFZJiDxJHrp0yKJQ6NbHzn+vY=
github.com/solo-io/skv2 v0.36.6-0.20240322135812-94192f5279ae h1:qB6fyGKK/hFsMP2Yd29qfTN/Skl1suo1KvYWyf6kjzc=
github.com/solo-io/skv2 v0.36.6-0.20240322135812-94192f5279ae/go.mod h1:0GKILLOrQiTKvGsf7UEFZJiDxJHrp0yKJQ6NbHzn+vY=
github.com/solo-io/skv2 v0.36.6-0.20240322145206-690e2f50c2e5 h1:yopWOho8SfVU63b0asPU+570g2Jn/N9mdXbMUpKq1xM=
github.com/solo-io/skv2 v0.36.6-0.20240322145206-690e2f50c2e5/go.mod h1:0GKILLOrQiTKvGsf7UEFZJiDxJHrp0yKJQ6NbHzn+vY=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
Expand Down
169 changes: 169 additions & 0 deletions pkg/api/appmesh/appmesh.k8s.aws/v1beta2/sets/mocks/sets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading