mirror of
https://github.com/wahyd4/terraform-provider-confluentcloud.git
synced 2026-08-09 04:25:51 +10:00
11 lines
319 B
AMPL
11 lines
319 B
AMPL
module github.com/Mongey/terraform-provider-confluentcloud
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cgroschupp/go-client-confluent-cloud v0.0.0-20200525125748-b0492510d3f8
|
|
github.com/go-resty/resty/v2 v2.2.0 // indirect
|
|
github.com/hashicorp/terraform v0.12.1
|
|
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
|
|
)
|