Skip to content

Commit 9dd0aa2

Browse files
authored
Merge pull request #411 from SumoLogic/dagould-SUMO-196521
SUMO-196521 upgrade dependencies
2 parents 8430b9a + 7989e0b commit 9dd0aa2

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
## 2.18.0 (Unreleased)
2+
23
FEATURES:
34
* **New Resource:** sumologic_installed_collector (GH-182)
45

6+
ENHANCEMENTS:
7+
* Upgraded dependencies (GH-393)
8+
59
## 2.17.0 (July 28, 2022)
610
FEATURES:
711
* **New Resource:** sumologic_cse_entity_entity_group_configuration (GH-376)

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
require (
1212
cloud.google.com/go v0.88.0 // indirect
1313
cloud.google.com/go/storage v1.10.0 // indirect
14-
github.com/Masterminds/goutils v1.1.0 // indirect
14+
github.com/Masterminds/goutils v1.1.1 // indirect
1515
github.com/Masterminds/semver v1.5.0 // indirect
1616
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
1717
github.com/agext/levenshtein v1.2.2 // indirect
@@ -33,7 +33,7 @@ require (
3333
github.com/hashicorp/errwrap v1.0.0 // indirect
3434
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3535
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
36-
github.com/hashicorp/go-getter v1.5.3 // indirect
36+
github.com/hashicorp/go-getter v1.6.2 // indirect
3737
github.com/hashicorp/go-hclog v0.16.2 // indirect
3838
github.com/hashicorp/go-multierror v1.0.0 // indirect
3939
github.com/hashicorp/go-plugin v1.4.0 // indirect
@@ -78,7 +78,7 @@ require (
7878
golang.org/x/mod v0.4.2 // indirect
7979
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
8080
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
81-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
81+
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
8282
golang.org/x/text v0.3.6 // indirect
8383
golang.org/x/tools v0.1.5 // indirect
8484
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
4545
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
4646
github.com/Masterminds/goutils v1.1.0 h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=
4747
github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
48+
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
49+
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
4850
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
4951
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
5052
github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=
@@ -216,6 +218,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
216218
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
217219
github.com/hashicorp/go-getter v1.5.3 h1:NF5+zOlQegim+w/EUhSLh6QhXHmZMEeHLQzllkQ3ROU=
218220
github.com/hashicorp/go-getter v1.5.3/go.mod h1:BrrV/1clo8cCYu6mxvboYg+KutTiFnXjMEgDD8+i7ZI=
221+
github.com/hashicorp/go-getter v1.6.2 h1:7jX7xcB+uVCliddZgeKyNxv0xoT7qL5KDtH7rU4IqIk=
222+
github.com/hashicorp/go-getter v1.6.2/go.mod h1:IZCrswsZPeWv9IkVnLElzRU/gz/QPi6pZHn4tv6vbwA=
219223
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI=
220224
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
221225
github.com/hashicorp/go-hclog v0.14.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
@@ -567,6 +571,8 @@ golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBc
567571
golang.org/x/sys v0.0.0-20210603125802-9665404d3644/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
568572
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 h1:RqytpXGR1iVNX7psjB3ff8y7sNFinVFvkx1c8SjBkio=
569573
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
574+
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e h1:w36l2Uw3dRan1K3TyXriXvY+6T56GNmlKGcqiQUJDfM=
575+
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
570576
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=
571577
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
572578
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

sumologic/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func Provider() terraform.ResourceProvider {
6060
"sumologic_cse_match_rule": resourceSumologicCSEMatchRule(),
6161
"sumologic_cse_threshold_rule": resourceSumologicCSEThresholdRule(),
6262
"sumologic_collector": resourceSumologicCollector(),
63-
"sumologic_installed_collector": resourceSumologicInstalledCollector(),
63+
"sumologic_installed_collector": resourceSumologicInstalledCollector(),
6464
"sumologic_http_source": resourceSumologicHTTPSource(),
6565
"sumologic_gcp_source": resourceSumologicGCPSource(),
6666
"sumologic_polling_source": resourceSumologicPollingSource(),

0 commit comments

Comments
 (0)