Skip to content

Commit 73fc7b5

Browse files
committed
bump Go version and release date for 2.17.0
1 parent b23549c commit 73fc7b5

File tree

4 files changed

+76
-8
lines changed

4 files changed

+76
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/[email protected]
3939
with:
40-
go-version: '1.16'
40+
go-version: '1.17'
4141
id: go
4242

4343
- name: Check out code into the Go module directory
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Go
6767
uses: actions/[email protected]
6868
with:
69-
go-version: '1.16'
69+
go-version: '1.17'
7070
id: go
7171

7272
- name: Check out code into the Go module directory

.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.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 2.17.1 (Unreleased)
22

33

4-
## 2.17.0 (July 25, 2022)
4+
## 2.17.0 (July 26, 2022)
55
FEATURES:
66
* **New Resource:** sumologic_cse_entity_entity_group_configuration (GH-376)
77
* **New Resource:** sumologic_cse_inventory_entity_group_configuration (GH-376)

go.mod

Lines changed: 72 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,90 @@
11
module github.com/SumoLogic/terraform-provider-sumologic
22

3-
go 1.16
3+
go 1.17
4+
5+
require (
6+
github.com/go-errors/errors v1.4.0
7+
github.com/hashicorp/go-retryablehttp v0.7.0
8+
github.com/hashicorp/terraform-plugin-sdk v1.17.2
9+
)
410

511
require (
612
cloud.google.com/go v0.88.0 // indirect
13+
cloud.google.com/go/storage v1.10.0 // indirect
14+
github.com/Masterminds/goutils v1.1.0 // indirect
15+
github.com/Masterminds/semver v1.5.0 // indirect
16+
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
17+
github.com/agext/levenshtein v1.2.2 // indirect
18+
github.com/apparentlymart/go-cidr v1.1.0 // indirect
19+
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
20+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
21+
github.com/armon/go-radix v1.0.0 // indirect
722
github.com/aws/aws-sdk-go v1.40.10 // indirect
23+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
24+
github.com/bgentry/speakeasy v0.1.0 // indirect
25+
github.com/davecgh/go-spew v1.1.1 // indirect
826
github.com/fatih/color v1.12.0 // indirect
9-
github.com/go-errors/errors v1.4.0
1027
github.com/go-test/deep v1.0.7 // indirect
28+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
29+
github.com/golang/protobuf v1.5.2 // indirect
30+
github.com/google/go-cmp v0.5.6 // indirect
31+
github.com/google/uuid v1.1.2 // indirect
32+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
33+
github.com/hashicorp/errwrap v1.0.0 // indirect
34+
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
35+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
36+
github.com/hashicorp/go-getter v1.5.3 // indirect
1137
github.com/hashicorp/go-hclog v0.16.2 // indirect
12-
github.com/hashicorp/go-retryablehttp v0.7.0
38+
github.com/hashicorp/go-multierror v1.0.0 // indirect
39+
github.com/hashicorp/go-plugin v1.3.0 // indirect
40+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
1341
github.com/hashicorp/go-uuid v1.0.2 // indirect
42+
github.com/hashicorp/go-version v1.3.0 // indirect
1443
github.com/hashicorp/hcl v1.0.0 // indirect
44+
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
45+
github.com/hashicorp/logutils v1.0.0 // indirect
1546
github.com/hashicorp/terraform-config-inspect v0.0.0-20210625153042-09f34846faab // indirect
16-
github.com/hashicorp/terraform-plugin-sdk v1.17.2
47+
github.com/hashicorp/terraform-exec v0.13.3 // indirect
48+
github.com/hashicorp/terraform-json v0.10.0 // indirect
49+
github.com/hashicorp/terraform-plugin-test/v2 v2.2.1 // indirect
50+
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
1751
github.com/hashicorp/yamux v0.0.0-20210707203944-259a57b3608c // indirect
52+
github.com/huandu/xstrings v1.3.2 // indirect
53+
github.com/imdario/mergo v0.3.12 // indirect
54+
github.com/jmespath/go-jmespath v0.4.0 // indirect
55+
github.com/jstemmer/go-junit-report v0.9.1 // indirect
56+
github.com/klauspost/compress v1.11.2 // indirect
57+
github.com/mattn/go-colorable v0.1.8 // indirect
1858
github.com/mattn/go-isatty v0.0.13 // indirect
59+
github.com/mitchellh/cli v1.1.2 // indirect
60+
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
61+
github.com/mitchellh/copystructure v1.0.0 // indirect
62+
github.com/mitchellh/go-homedir v1.1.0 // indirect
63+
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
64+
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
65+
github.com/mitchellh/mapstructure v1.1.2 // indirect
66+
github.com/mitchellh/reflectwalk v1.0.1 // indirect
1967
github.com/oklog/run v1.1.0 // indirect
2068
github.com/posener/complete v1.2.3 // indirect
69+
github.com/spf13/afero v1.2.2 // indirect
2170
github.com/ulikunitz/xz v0.5.10 // indirect
71+
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
72+
github.com/vmihailenco/tagparser v0.1.1 // indirect
73+
github.com/zclconf/go-cty v1.8.2 // indirect
74+
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
75+
go.opencensus.io v0.23.0 // indirect
76+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
77+
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
78+
golang.org/x/mod v0.4.2 // indirect
79+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
80+
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
81+
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
82+
golang.org/x/text v0.3.6 // indirect
83+
golang.org/x/tools v0.1.5 // indirect
84+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
85+
google.golang.org/api v0.50.0 // indirect
86+
google.golang.org/appengine v1.6.7 // indirect
87+
google.golang.org/genproto v0.0.0-20210721163202-f1cecdd8b78a // indirect
88+
google.golang.org/grpc v1.39.0 // indirect
89+
google.golang.org/protobuf v1.27.1 // indirect
2290
)

0 commit comments

Comments
 (0)