Skip to content

Commit 0624c8b

Browse files
authored
Merge pull request #29 from snowplow-devops/release/v0.7.1
Release/v0.7.1
2 parents 17f560e + c6af9c5 commit 0624c8b

File tree

5 files changed

+85
-167
lines changed

5 files changed

+85
-167
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.7.1 (2023-01-02)
2+
--------------------------
3+
Bump dependencies for Snyk (#28)
4+
15
Version 0.7.0 (2022-09-21)
26
--------------------------
37
Fix typo in docs (#24)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ limitations under the License.
149149
[actions-image]: https://github.com/snowplow-devops/terraform-provider-snowplow/workflows/ci/badge.svg
150150
[actions]: https://github.com/snowplow-devops/terraform-provider-snowplow/actions
151151

152-
[release-image]: http://img.shields.io/badge/release-0.7.0-6ad7e5.svg?style=flat
152+
[release-image]: http://img.shields.io/badge/release-0.7.1-6ad7e5.svg?style=flat
153153
[releases]: https://github.com/snowplow-devops/terraform-provider-snowplow/releases
154154

155155
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,59 @@ module github.com/snowplow-devops/terraform-provider-snowplow
33
go 1.18
44

55
require (
6-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.23.0
7-
github.com/imdario/mergo v0.3.12
6+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
7+
github.com/imdario/mergo v0.3.13
88
github.com/snowplow/snowplow-golang-tracker/v2 v2.4.1
99
github.com/stretchr/testify v1.7.2
1010
github.com/twinj/uuid v1.0.0
1111
)
1212

1313
require (
14-
github.com/agext/levenshtein v1.2.2 // indirect
14+
github.com/agext/levenshtein v1.2.3 // indirect
1515
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
1616
github.com/davecgh/go-spew v1.1.1 // indirect
1717
github.com/fatih/color v1.13.0 // indirect
1818
github.com/golang/protobuf v1.5.2 // indirect
1919
github.com/google/go-cmp v0.5.9 // indirect
2020
github.com/google/uuid v1.3.0 // indirect
21-
github.com/hashicorp/errwrap v1.0.0 // indirect
21+
github.com/hashicorp/errwrap v1.1.0 // indirect
2222
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
23-
github.com/hashicorp/go-hclog v1.2.1 // indirect
24-
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
25-
github.com/hashicorp/go-memdb v1.0.4 // indirect
23+
github.com/hashicorp/go-hclog v1.4.0 // indirect
24+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
25+
github.com/hashicorp/go-memdb v1.3.4 // indirect
2626
github.com/hashicorp/go-multierror v1.1.1 // indirect
27-
github.com/hashicorp/go-plugin v1.4.4 // indirect
27+
github.com/hashicorp/go-plugin v1.4.8 // indirect
2828
github.com/hashicorp/go-uuid v1.0.3 // indirect
2929
github.com/hashicorp/go-version v1.6.0 // indirect
30-
github.com/hashicorp/golang-lru v0.5.1 // indirect
31-
github.com/hashicorp/hcl/v2 v2.14.0 // indirect
30+
github.com/hashicorp/golang-lru v0.5.4 // indirect
31+
github.com/hashicorp/hcl/v2 v2.15.0 // indirect
3232
github.com/hashicorp/logutils v1.0.0 // indirect
33-
github.com/hashicorp/terraform-plugin-go v0.14.0 // indirect
33+
github.com/hashicorp/terraform-plugin-go v0.14.2 // indirect
3434
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
35-
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
35+
github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
3636
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
37-
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
38-
github.com/mattn/go-colorable v0.1.12 // indirect
39-
github.com/mattn/go-isatty v0.0.14 // indirect
37+
github.com/hashicorp/yamux v0.1.1 // indirect
38+
github.com/mattn/go-colorable v0.1.13 // indirect
39+
github.com/mattn/go-isatty v0.0.17 // indirect
4040
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
4141
github.com/mitchellh/copystructure v1.2.0 // indirect
4242
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
43-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
43+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4444
github.com/mitchellh/mapstructure v1.5.0 // indirect
4545
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4646
github.com/myesui/uuid v1.0.0 // indirect
47-
github.com/oklog/run v1.0.0 // indirect
47+
github.com/oklog/run v1.1.0 // indirect
4848
github.com/pmezard/go-difflib v1.0.0 // indirect
4949
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
5050
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
51-
github.com/vmihailenco/tagparser v0.1.1 // indirect
52-
github.com/zclconf/go-cty v1.11.0 // indirect
53-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
54-
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
55-
golang.org/x/text v0.3.7 // indirect
56-
google.golang.org/appengine v1.6.6 // indirect
57-
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
58-
google.golang.org/grpc v1.48.0 // indirect
51+
github.com/vmihailenco/tagparser v0.1.2 // indirect
52+
github.com/zclconf/go-cty v1.12.1 // indirect
53+
golang.org/x/net v0.4.0 // indirect
54+
golang.org/x/sys v0.3.0 // indirect
55+
golang.org/x/text v0.5.0 // indirect
56+
google.golang.org/appengine v1.6.7 // indirect
57+
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
58+
google.golang.org/grpc v1.51.0 // indirect
5959
google.golang.org/protobuf v1.28.1 // indirect
6060
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
6161
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)