forked from confluentinc/terraform-provider-confluentcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 963 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/confluentinc/terraform-provider-ccloud
go 1.15
require (
github.com/antihax/optional v1.0.0
github.com/confluentinc/ccloud-sdk-go-v2/cmk v0.3.0
github.com/confluentinc/ccloud-sdk-go-v2/iam v0.5.0
github.com/confluentinc/ccloud-sdk-go-v2/kafkarest v0.3.0
github.com/confluentinc/ccloud-sdk-go-v2/mds v0.3.0
github.com/confluentinc/ccloud-sdk-go-v2/org v0.4.0
github.com/docker/go-connections v0.4.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/stretchr/testify v1.7.0
github.com/testcontainers/testcontainers-go v0.11.0
github.com/walkerus/go-wiremock v1.2.0
)
replace (
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3
github.com/willf/bitset => github.com/bits-and-blooms/bitset v1.1.11
)