File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/datastax/terraform-provider-astra/v2
2
2
3
- go 1.22.0
4
- toolchain go1.24.1
3
+ go 1.22.7
4
+
5
+ toolchain go1.24.2
5
6
6
7
require (
7
- github.com/datastax/astra-client-go/v2 v2.2.60
8
+ github.com/datastax/astra-client-go/v2 v2.2.61
8
9
github.com/datastax/pulsar-admin-client-go v0.0.2
9
10
github.com/google/uuid v1.6.0
10
11
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
@@ -39,7 +40,6 @@ require (
39
40
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
40
41
github.com/cloudflare/circl v1.3.7 // indirect
41
42
github.com/davecgh/go-spew v1.1.1 // indirect
42
- github.com/deepmap/oapi-codegen v1.12.4 // indirect
43
43
github.com/fatih/color v1.16.0 // indirect
44
44
github.com/golang/protobuf v1.5.4 // indirect
45
45
github.com/google/go-cmp v0.6.0 // indirect
Original file line number Diff line number Diff line change @@ -105,15 +105,13 @@ github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGX
105
105
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
106
106
github.com/cyphar/filepath-securejoin v0.2.5 h1:6iR5tXJ/e6tJZzzdMc1km3Sa7RRIVBKAK32O2s7AYfo =
107
107
github.com/cyphar/filepath-securejoin v0.2.5 /go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4 =
108
- github.com/datastax/astra-client-go/v2 v2.2.60 h1:+v9DUsGcASdMhoPbbR3JM2KAVrc0vIDu0udmlZ4ayvw =
109
- github.com/datastax/astra-client-go/v2 v2.2.60 /go.mod h1:zxXWuqDkYia7PzFIL3T7RmjChc9LN81UnfI2yB4kE7M =
108
+ github.com/datastax/astra-client-go/v2 v2.2.61 h1:yT8pn8aUsBhte7VYv4o7Pc0TeyXrCppg3q+HjV3+tUA =
109
+ github.com/datastax/astra-client-go/v2 v2.2.61 /go.mod h1:piBMy3fnDcLN8+MDQfvjZr8ejcP2oh+CXkQYwNy8blA =
110
110
github.com/datastax/pulsar-admin-client-go v0.0.2 h1:CValQbSLI6q1PuCzkM4Tr3tAgwSi6RYDJ7PxvcBLyhw =
111
111
github.com/datastax/pulsar-admin-client-go v0.0.2 /go.mod h1:GOBpX6jwznrSlECwGeOZE6sNFJJ+FtYkwlv8PgFCZng =
112
112
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
113
113
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
114
114
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
115
- github.com/deepmap/oapi-codegen v1.12.4 h1:pPmn6qI9MuOtCz82WY2Xaw46EQjgvxednXXrP7g5Q2s =
116
- github.com/deepmap/oapi-codegen v1.12.4 /go.mod h1:3lgHGMu6myQ2vqbbTXH2H1o4eXFTGnFiDaOaKKl5yas =
117
115
github.com/emirpasic/gods v1.12.0 /go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o =
118
116
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
119
117
github.com/emirpasic/gods v1.18.1 /go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ =
You can’t perform that action at this time.
0 commit comments