Skip to content

Commit

Permalink
Update dependencies (#188)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jul 28, 2021
1 parent 1dec446 commit 08533b1
Show file tree
Hide file tree
Showing 20 changed files with 329 additions and 98 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/google/gofuzz v1.1.0
github.com/spf13/pflag v1.0.5
gomodules.xyz/semvers v0.0.0-20210317131320-984e32dd89ca
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
kmodules.xyz/client-go v0.0.0-20210504024435-1eb80721e9b8
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
kmodules.xyz/client-go v0.0.0-20210719120358-dd0503cf99cf
kmodules.xyz/schema-checker v0.1.2
sigs.k8s.io/yaml v1.2.0
)
Expand Down Expand Up @@ -100,13 +100,13 @@ replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20201110

replace google.golang.org/grpc => google.golang.org/grpc v1.27.1

replace helm.sh/helm/v3 => github.com/kubepack/helm/v3 v3.1.0-rc.1.0.20210503022716-7e2d4913a125
replace helm.sh/helm/v3 => github.com/kubepack/helm/v3 v3.6.1-0.20210518225915-c3e0ce48dd1b

replace k8s.io/api => k8s.io/api v0.21.0

replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.21.1-rc.0.0.20210405112358-ad4c2289ba4c

replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.1-0.20210427013338-53dee545b83c
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.21.2-0.20210716212718-83e5493ac170

replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.21.0

Expand All @@ -123,3 +123,5 @@ replace k8s.io/utils => k8s.io/utils v0.0.0-20201110183641-67b214c5f920
replace kmodules.xyz/resource-metadata => kmodules.xyz/resource-metadata v0.5.0

replace sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.20210427030912-90eeee3bc4ad

replace github.com/satori/go.uuid => github.com/gofrs/uuid v4.0.0+incompatible
58 changes: 41 additions & 17 deletions go.sum

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions vendor/golang.org/x/net/http/httpguts/httplex.go

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

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/http2/Dockerfile

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

30 changes: 23 additions & 7 deletions vendor/golang.org/x/net/http2/server.go

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

1 change: 1 addition & 0 deletions vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go

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

1 change: 1 addition & 0 deletions vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go

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

Loading

0 comments on commit 08533b1

Please sign in to comment.