Skip to content

Commit e5abcab

Browse files
committed
Add Drop Keyspace support
1 parent 9d41728 commit e5abcab

File tree

3 files changed

+124
-41
lines changed

3 files changed

+124
-41
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/datastax/terraform-provider-astra/v2
33
go 1.18
44

55
require (
6-
github.com/datastax/astra-client-go/v2 v2.2.41
6+
github.com/datastax/astra-client-go/v2 v2.2.42
77
github.com/google/uuid v1.3.0
88
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
99
github.com/hashicorp/go-retryablehttp v0.7.1
@@ -19,13 +19,14 @@ require (
1919
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
2020
github.com/agext/levenshtein v1.2.2 // indirect
2121
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
22+
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
2223
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2324
github.com/armon/go-radix v1.0.0 // indirect
2425
github.com/aws/aws-sdk-go v1.38.67 // indirect
2526
github.com/beevik/etree v1.1.0 // indirect
2627
github.com/bgentry/speakeasy v0.1.0 // indirect
2728
github.com/davecgh/go-spew v1.1.1 // indirect
28-
github.com/deepmap/oapi-codegen v1.11.0 // indirect
29+
github.com/deepmap/oapi-codegen v1.12.2 // indirect
2930
github.com/fatih/color v1.13.0 // indirect
3031
github.com/golang/protobuf v1.5.2 // indirect
3132
github.com/google/go-cmp v0.5.9 // indirect
@@ -53,8 +54,8 @@ require (
5354
github.com/jen20/awspolicyequivalence v1.1.0 // indirect
5455
github.com/jmespath/go-jmespath v0.4.0 // indirect
5556
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba // indirect
56-
github.com/mattn/go-colorable v0.1.12 // indirect
57-
github.com/mattn/go-isatty v0.0.14 // indirect
57+
github.com/mattn/go-colorable v0.1.13 // indirect
58+
github.com/mattn/go-isatty v0.0.16 // indirect
5859
github.com/mitchellh/cli v1.1.4 // indirect
5960
github.com/mitchellh/copystructure v1.2.0 // indirect
6061
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -71,10 +72,10 @@ require (
7172
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
7273
github.com/vmihailenco/tagparser v0.1.1 // indirect
7374
github.com/zclconf/go-cty v1.11.0 // indirect
74-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
75-
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
76-
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
77-
golang.org/x/text v0.3.7 // indirect
75+
golang.org/x/crypto v0.1.0 // indirect
76+
golang.org/x/net v0.1.0 // indirect
77+
golang.org/x/sys v0.1.0 // indirect
78+
golang.org/x/text v0.4.0 // indirect
7879
google.golang.org/appengine v1.6.6 // indirect
7980
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
8081
google.golang.org/grpc v1.48.0 // indirect

0 commit comments

Comments
 (0)