Skip to content

Commit

Permalink
Update go version to 1.17 in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenrewar committed Mar 9, 2022
1 parent 27b9dfc commit 439c817
Show file tree
Hide file tree
Showing 46 changed files with 108 additions and 1,016 deletions.
53 changes: 50 additions & 3 deletions cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,70 @@
module github.com/vmware-tanzu/carvel-kapp-controller/cli

go 1.16
go 1.17

require (
github.com/cppforlife/cobrautil v0.0.0-20200514214827-bb86e6965d72
github.com/cppforlife/go-cli-ui v0.0.0-20200716203538-1e47f820817f
github.com/getkin/kin-openapi v0.81.0
github.com/google/go-containerregistry v0.1.2
github.com/google/gofuzz v1.2.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/vmware-tanzu/carvel-kapp-controller v0.27.0
github.com/vmware-tanzu/carvel-vendir v0.23.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
k8s.io/api v0.22.1 // kubernetes-1.22.1
k8s.io/apimachinery v0.22.1 // kubernetes-1.22.1
k8s.io/client-go v0.22.1 // kubernetes-1.22.1
)

require (
cloud.google.com/go v0.65.0 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/cppforlife/color v1.9.1-0.20200716202919-6706ac40b835 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-logr/logr v0.4.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/imdario/mergo v0.3.10 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/k14s/semver/v4 v4.0.1-0.20210701191048-266d47ac6115 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/klog/v2 v2.9.0 // indirect
k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

replace github.com/spf13/cobra => github.com/spf13/cobra v1.1.1
13 changes: 0 additions & 13 deletions cli/vendor/github.com/Azure/go-autorest/autorest/adal/go.mod

This file was deleted.

21 changes: 0 additions & 21 deletions cli/vendor/github.com/Azure/go-autorest/autorest/adal/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions cli/vendor/github.com/Azure/go-autorest/autorest/date/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions cli/vendor/github.com/Azure/go-autorest/autorest/date/go.sum

This file was deleted.

12 changes: 0 additions & 12 deletions cli/vendor/github.com/Azure/go-autorest/autorest/go.mod

This file was deleted.

23 changes: 0 additions & 23 deletions cli/vendor/github.com/Azure/go-autorest/autorest/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions cli/vendor/github.com/Azure/go-autorest/logger/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions cli/vendor/github.com/Azure/go-autorest/logger/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions cli/vendor/github.com/Azure/go-autorest/tracing/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions cli/vendor/github.com/Azure/go-autorest/tracing/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions cli/vendor/github.com/cppforlife/color/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions cli/vendor/github.com/cppforlife/color/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions cli/vendor/github.com/go-logr/logr/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions cli/vendor/github.com/go-openapi/jsonpointer/go.mod

This file was deleted.

24 changes: 0 additions & 24 deletions cli/vendor/github.com/go-openapi/jsonpointer/go.sum

This file was deleted.

14 changes: 0 additions & 14 deletions cli/vendor/github.com/go-openapi/swag/go.mod

This file was deleted.

20 changes: 0 additions & 20 deletions cli/vendor/github.com/go-openapi/swag/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions cli/vendor/github.com/google/gofuzz/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions cli/vendor/github.com/imdario/mergo/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions cli/vendor/github.com/imdario/mergo/go.sum

This file was deleted.

11 changes: 0 additions & 11 deletions cli/vendor/github.com/json-iterator/go/go.mod

This file was deleted.

15 changes: 0 additions & 15 deletions cli/vendor/github.com/json-iterator/go/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions cli/vendor/github.com/k14s/semver/v4/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions cli/vendor/github.com/mattn/go-colorable/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions cli/vendor/github.com/mattn/go-colorable/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions cli/vendor/github.com/mattn/go-isatty/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions cli/vendor/github.com/mattn/go-isatty/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions cli/vendor/github.com/mitchellh/go-wordwrap/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions cli/vendor/github.com/spf13/cobra/go.mod

This file was deleted.

Loading

0 comments on commit 439c817

Please sign in to comment.