forked from tsuru/terraform-provider-tsuru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 714 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/tsuru/terraform-provider-tsuru
go 1.15
require (
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
github.com/hashicorp/terraform-plugin-docs v0.3.1 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.1
github.com/labstack/echo/v4 v4.1.17
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.6.1
github.com/tsuru/go-tsuruclient v0.0.0-20210127122825-20530102f6c3
github.com/zclconf/go-cty v1.7.1 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
istio.io/pkg v0.0.0-20210121190643-c0b54e78bf02
)