Skip to content

Commit b89bdde

Browse files
authored
Bump up Go runtime to v1.17.1 (#543)
* Bump up Go runtime to v1.17.1 * Fix
1 parent aad872b commit b89bdde

File tree

4 files changed

+102
-10
lines changed

4 files changed

+102
-10
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.6
1+
1.17.1

go.mod

Lines changed: 98 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/elastic-package
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.2
@@ -11,24 +11,20 @@ require (
1111
github.com/elastic/go-elasticsearch/v7 v7.15.0
1212
github.com/elastic/go-licenser v0.3.1
1313
github.com/elastic/go-ucfg v0.8.3
14-
github.com/elastic/package-spec v1.1.0
14+
github.com/elastic/package-spec v1.2.0
1515
github.com/fatih/color v1.13.0
1616
github.com/go-git/go-billy/v5 v5.3.1
1717
github.com/go-git/go-git/v5 v5.4.2
18-
github.com/go-openapi/strfmt v0.19.6 // indirect
1918
github.com/google/go-github/v32 v32.1.0
2019
github.com/google/go-querystring v1.1.0
2120
github.com/jedib0t/go-pretty v4.3.0+incompatible
2221
github.com/kylelemons/godebug v1.1.0
2322
github.com/magefile/mage v1.11.0
24-
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
2523
github.com/olekukonko/tablewriter v0.0.5
2624
github.com/pkg/errors v0.9.1
2725
github.com/spf13/cobra v1.2.1
2826
github.com/stretchr/testify v1.7.0
2927
github.com/tebeka/go2xunit v1.4.10
30-
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
31-
go.mongodb.org/mongo-driver v1.1.2 // indirect
3228
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
3329
golang.org/x/tools v0.1.7
3430
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -38,3 +34,99 @@ require (
3834
k8s.io/cli-runtime v0.22.2
3935
k8s.io/client-go v0.22.2
4036
)
37+
38+
require (
39+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
40+
github.com/BurntSushi/toml v0.3.1 // indirect
41+
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
42+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
43+
github.com/Microsoft/go-winio v0.4.17 // indirect
44+
github.com/PaesslerAG/gval v1.0.0 // indirect
45+
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
46+
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
47+
github.com/PuerkitoBio/purell v1.1.1 // indirect
48+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
49+
github.com/acomagu/bufpipe v1.0.3 // indirect
50+
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
51+
github.com/creasty/defaults v1.5.2 // indirect
52+
github.com/davecgh/go-spew v1.1.1 // indirect
53+
github.com/emirpasic/gods v1.12.0 // indirect
54+
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
55+
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
56+
github.com/go-errors/errors v1.0.1 // indirect
57+
github.com/go-git/gcfg v1.5.0 // indirect
58+
github.com/go-logr/logr v0.4.0 // indirect
59+
github.com/go-openapi/errors v0.19.2 // indirect
60+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
61+
github.com/go-openapi/jsonreference v0.19.5 // indirect
62+
github.com/go-openapi/strfmt v0.19.6 // indirect
63+
github.com/go-openapi/swag v0.19.14 // indirect
64+
github.com/go-stack/stack v1.8.0 // indirect
65+
github.com/gogo/protobuf v1.3.2 // indirect
66+
github.com/golang/protobuf v1.5.2 // indirect
67+
github.com/google/btree v1.0.1 // indirect
68+
github.com/google/go-cmp v0.5.5 // indirect
69+
github.com/google/gofuzz v1.1.0 // indirect
70+
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
71+
github.com/google/uuid v1.2.0 // indirect
72+
github.com/googleapis/gnostic v0.5.5 // indirect
73+
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
74+
github.com/imdario/mergo v0.3.12 // indirect
75+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
76+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
77+
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
78+
github.com/josharian/intern v1.0.0 // indirect
79+
github.com/json-iterator/go v1.1.11 // indirect
80+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
81+
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
82+
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
83+
github.com/mailru/easyjson v0.7.6 // indirect
84+
github.com/mattn/go-colorable v0.1.9 // indirect
85+
github.com/mattn/go-isatty v0.0.14 // indirect
86+
github.com/mattn/go-runewidth v0.0.9 // indirect
87+
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
88+
github.com/mitchellh/go-homedir v1.1.0 // indirect
89+
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
90+
github.com/mitchellh/mapstructure v1.4.1 // indirect
91+
github.com/moby/spdystream v0.2.0 // indirect
92+
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
93+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
94+
github.com/modern-go/reflect2 v1.0.1 // indirect
95+
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
96+
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
97+
github.com/pmezard/go-difflib v1.0.0 // indirect
98+
github.com/russross/blackfriday v1.5.2 // indirect
99+
github.com/sergi/go-diff v1.1.0 // indirect
100+
github.com/spf13/pflag v1.0.5 // indirect
101+
github.com/xanzy/ssh-agent v0.3.0 // indirect
102+
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
103+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
104+
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
105+
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
106+
go.mongodb.org/mongo-driver v1.1.2 // indirect
107+
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
108+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
109+
golang.org/x/mod v0.4.2 // indirect
110+
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
111+
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
112+
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
113+
golang.org/x/text v0.3.6 // indirect
114+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
115+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
116+
google.golang.org/appengine v1.6.7 // indirect
117+
google.golang.org/protobuf v1.26.0 // indirect
118+
gopkg.in/inf.v0 v0.9.1 // indirect
119+
gopkg.in/warnings.v0 v0.1.2 // indirect
120+
gopkg.in/yaml.v2 v2.4.0 // indirect
121+
k8s.io/api v0.22.2 // indirect
122+
k8s.io/apiextensions-apiserver v0.22.1 // indirect
123+
k8s.io/component-base v0.22.1 // indirect
124+
k8s.io/klog/v2 v2.9.0 // indirect
125+
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
126+
k8s.io/kubectl v0.22.1 // indirect
127+
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
128+
sigs.k8s.io/kustomize/api v0.8.11 // indirect
129+
sigs.k8s.io/kustomize/kyaml v0.11.0 // indirect
130+
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
131+
sigs.k8s.io/yaml v1.2.0 // indirect
132+
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ github.com/elastic/go-licenser v0.3.1 h1:RmRukU/JUmts+rpexAw0Fvt2ly7VVu6mw8z4HrE
328328
github.com/elastic/go-licenser v0.3.1/go.mod h1:D8eNQk70FOCVBl3smCGQt/lv7meBeQno2eI1S5apiHQ=
329329
github.com/elastic/go-ucfg v0.8.3 h1:leywnFjzr2QneZZWhE6uWd+QN/UpP0sdJRHYyuFvkeo=
330330
github.com/elastic/go-ucfg v0.8.3/go.mod h1:iaiY0NBIYeasNgycLyTvhJftQlQEUO2hpF+FX0JKxzo=
331-
github.com/elastic/package-spec v1.1.0 h1:fhEjuxW5dS4vhw0tTgLXxE7wCZK+a/7r0WOt8dvL/Mk=
332-
github.com/elastic/package-spec v1.1.0/go.mod h1:8SpIKECcyzoe3Y2QTbCKbjHd62Rog30/ZM0zQn8r1nU=
331+
github.com/elastic/package-spec v1.2.0 h1:uCWMNxM8fq+lkO67Ddgi1IwAoZIjfxcNyYpyWAXjPG8=
332+
github.com/elastic/package-spec v1.2.0/go.mod h1:KzGTSDqCkdhmL1IFpOH2ZQNSSE9JEhNtndxU3ZrQilA=
333333
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=
334334
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
335335
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=

tools/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// or more contributor license agreements. Licensed under the Elastic License;
33
// you may not use this file except in compliance with the Elastic License.
44

5-
// +build tools
5+
//go:build tools
66

77
package tools
88

0 commit comments

Comments
 (0)