forked from jfrog/terraform-provider-artifactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 729 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/jfrog/terraform-provider-artifactory/v2
require (
github.com/go-resty/resty/v2 v2.6.1-0.20210916045937-1792d629c3c6
github.com/google/go-querystring v1.1.0
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-json v0.13.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
github.com/jfrog/jfrog-client-go v0.27.0
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.5 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ldap.v2 v2.5.1
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
go 1.15