forked from goharbor/terraform-provider-harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 805 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/BESTSELLER/terraform-provider-harbor
go 1.14
require (
cloud.google.com/go/storage v1.12.0 // indirect
github.com/aws/aws-sdk-go v1.36.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
golang.org/x/mod v0.4.0 // indirect
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19 // indirect
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 // indirect
google.golang.org/api v0.36.0 // indirect
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497 // indirect
google.golang.org/grpc v1.34.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)