Skip to content

Commit

Permalink
bump skv2 (#90)
Browse files Browse the repository at this point in the history
* bump skv2
* fix skv2 tag
  • Loading branch information
saiskee authored May 11, 2021
1 parent c2528bc commit 1c70b79
Show file tree
Hide file tree
Showing 18 changed files with 680 additions and 70 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ require (
// Note the correct version when updating.
github.com/Azure/go-autorest/autorest v0.10.2 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
github.com/envoyproxy/go-control-plane v0.9.5
github.com/envoyproxy/protoc-gen-validate v0.4.0
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad
github.com/envoyproxy/protoc-gen-validate v0.4.1
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3
github.com/mitchellh/hashstructure v1.0.0
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/onsi/gomega v1.10.5
github.com/pkg/errors v0.9.1
github.com/rotisserie/eris v0.1.1
github.com/solo-io/go-utils v0.20.0
github.com/solo-io/go-utils v0.21.4
github.com/solo-io/protoc-gen-ext v0.0.13
github.com/solo-io/skv2 v0.17.0
github.com/solo-io/skv2 v0.17.17
github.com/solo-io/solo-kit v0.16.0
golang.org/x/tools v0.0.0-20201027213030-631220838841
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154
google.golang.org/grpc v1.30.0
golang.org/x/tools v0.1.0
google.golang.org/genproto v0.0.0-20210218151259-fe80b386bf06
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
istio.io/tools v0.0.0-20200918020118-6d0a0e49b5d3
k8s.io/apimachinery v0.19.6
Expand Down
313 changes: 272 additions & 41 deletions go.sum

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions pkg/api/enterprise.gloo.solo.io/v1/sets/mocks/sets.go

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

23 changes: 22 additions & 1 deletion pkg/api/enterprise.gloo.solo.io/v1/sets/sets.go

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

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

1 change: 0 additions & 1 deletion pkg/api/fed.solo.io/v1/zz_generated.deepcopy.go

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

54 changes: 54 additions & 0 deletions pkg/api/gateway.solo.io/v1/sets/mocks/sets.go

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

69 changes: 66 additions & 3 deletions pkg/api/gateway.solo.io/v1/sets/sets.go

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

3 changes: 0 additions & 3 deletions pkg/api/gateway.solo.io/v1/zz_generated.deepcopy.go

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

Loading

0 comments on commit 1c70b79

Please sign in to comment.