-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
4,058 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.6-0.20240322135812-94192f5279ae | ||
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 | ||
|
@@ -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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.