-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
22 lines (19 loc) · 832 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
module github.com/rudderlabs/terraform-provider-rudderstack
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/hc-install v0.3.2 // indirect
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/terraform-plugin-docs v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/rudderlabs/rudder-api-go v0.0.0-20220414103425-da0abcae77eb
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.12.1
github.com/tidwall/sjson v1.2.4
github.com/zclconf/go-cty v1.10.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
// replace github.com/rudderlabs/rudder-api-go v0.0.1 => ../rudder-api-go