Skip to content

Commit 8318c70

Browse files
committed
Update to go 1.18
1 parent 122a927 commit 8318c70

File tree

3 files changed

+122
-38
lines changed

3 files changed

+122
-38
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
name: Runs go linters
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
# we depend on full git history for linters
1414
fetch-depth: 0
1515
- name: Setup Go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: '1.17'
18+
go-version: '1.19'
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3
2121
with:

go.mod

Lines changed: 98 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
module github.com/phillbaker/terraform-provider-elasticsearch
22

3-
go 1.14
3+
go 1.18
44

55
require (
66
github.com/aws/aws-sdk-go v1.43.21
77
github.com/deoxxa/aws_signing_client v0.0.0-20161109131055-c20ee106809e
88
github.com/hashicorp/go-hclog v1.2.0
9-
github.com/hashicorp/go-uuid v1.0.3 // indirect
109
github.com/hashicorp/go-version v1.4.0
11-
github.com/hashicorp/hc-install v0.3.2 // indirect
1210
github.com/hashicorp/terraform-plugin-docs v0.4.0
1311
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.0
1412
github.com/katbyte/terrafmt v0.4.0
@@ -17,3 +15,100 @@ require (
1715
github.com/olivere/elastic/v7 v7.0.32
1816
gopkg.in/olivere/elastic.v6 v6.2.37
1917
)
18+
19+
require (
20+
cloud.google.com/go v0.61.0 // indirect
21+
cloud.google.com/go/storage v1.10.0 // indirect
22+
github.com/Masterminds/goutils v1.1.0 // indirect
23+
github.com/Masterminds/semver v1.5.0 // indirect
24+
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
25+
github.com/agext/levenshtein v1.2.3 // indirect
26+
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 // indirect
27+
github.com/apparentlymart/go-cidr v1.0.1 // indirect
28+
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
29+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
30+
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
31+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
32+
github.com/bgentry/speakeasy v0.1.0 // indirect
33+
github.com/davecgh/go-spew v1.1.1 // indirect
34+
github.com/fatih/color v1.7.0 // indirect
35+
github.com/fsnotify/fsnotify v1.4.9 // indirect
36+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
37+
github.com/golang/protobuf v1.5.2 // indirect
38+
github.com/google/go-cmp v0.5.9 // indirect
39+
github.com/google/uuid v1.1.2 // indirect
40+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
41+
github.com/gookit/color v1.2.6 // indirect
42+
github.com/hashicorp/errwrap v1.0.0 // indirect
43+
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
44+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
45+
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
46+
github.com/hashicorp/go-getter v1.5.3 // indirect
47+
github.com/hashicorp/go-multierror v1.1.1 // indirect
48+
github.com/hashicorp/go-plugin v1.4.1 // indirect
49+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
50+
github.com/hashicorp/go-uuid v1.0.3 // indirect
51+
github.com/hashicorp/hc-install v0.3.2 // indirect
52+
github.com/hashicorp/hcl v1.0.0 // indirect
53+
github.com/hashicorp/hcl/v2 v2.6.0 // indirect
54+
github.com/hashicorp/logutils v1.0.0 // indirect
55+
github.com/hashicorp/terraform-exec v0.15.0 // indirect
56+
github.com/hashicorp/terraform-json v0.13.0 // indirect
57+
github.com/hashicorp/terraform-plugin-go v0.5.0 // indirect
58+
github.com/hashicorp/terraform-plugin-log v0.2.0 // indirect
59+
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 // indirect
60+
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
61+
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
62+
github.com/huandu/xstrings v1.3.2 // indirect
63+
github.com/imdario/mergo v0.3.12 // indirect
64+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
65+
github.com/jmespath/go-jmespath v0.4.0 // indirect
66+
github.com/josharian/intern v1.0.0 // indirect
67+
github.com/jstemmer/go-junit-report v0.9.1 // indirect
68+
github.com/klauspost/compress v1.11.2 // indirect
69+
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
70+
github.com/magiconair/properties v1.8.1 // indirect
71+
github.com/mailru/easyjson v0.7.7 // indirect
72+
github.com/mattn/go-colorable v0.1.8 // indirect
73+
github.com/mattn/go-isatty v0.0.12 // indirect
74+
github.com/mitchellh/cli v1.1.2 // indirect
75+
github.com/mitchellh/copystructure v1.2.0 // indirect
76+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
77+
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
78+
github.com/mitchellh/mapstructure v1.3.3 // indirect
79+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
80+
github.com/oklog/run v1.0.0 // indirect
81+
github.com/pelletier/go-toml v1.8.0 // indirect
82+
github.com/pkg/errors v0.9.1 // indirect
83+
github.com/posener/complete v1.1.1 // indirect
84+
github.com/russross/blackfriday v1.6.0 // indirect
85+
github.com/sergi/go-diff v1.2.0 // indirect
86+
github.com/sirupsen/logrus v1.6.0 // indirect
87+
github.com/spf13/afero v1.4.1 // indirect
88+
github.com/spf13/cast v1.3.1 // indirect
89+
github.com/spf13/cobra v1.0.0 // indirect
90+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
91+
github.com/spf13/pflag v1.0.5 // indirect
92+
github.com/spf13/viper v1.7.0 // indirect
93+
github.com/subosito/gotenv v1.2.0 // indirect
94+
github.com/ulikunitz/xz v0.5.8 // indirect
95+
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
96+
github.com/zclconf/go-cty v1.9.1 // indirect
97+
go.opencensus.io v0.23.0 // indirect
98+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
99+
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
100+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
101+
golang.org/x/net v0.7.0 // indirect
102+
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
103+
golang.org/x/sys v0.5.0 // indirect
104+
golang.org/x/text v0.7.0 // indirect
105+
golang.org/x/tools v0.1.12 // indirect
106+
google.golang.org/api v0.29.0 // indirect
107+
google.golang.org/appengine v1.6.6 // indirect
108+
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
109+
google.golang.org/grpc v1.33.2 // indirect
110+
google.golang.org/protobuf v1.28.0 // indirect
111+
gopkg.in/ini.v1 v1.57.0 // indirect
112+
gopkg.in/yaml.v2 v2.3.0 // indirect
113+
gopkg.in/yaml.v3 v3.0.1 // indirect
114+
)

0 commit comments

Comments
 (0)