forked from ofzhur/terraform-provider-inwx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (15 loc) · 724 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/beiri22/terraform-provider-inwx
go 1.13
require (
github.com/Beiri22/goinwx v0.0.0-20221103222553-f2070417f07d // indirect
github.com/andrexus/goinwx v0.3.2
github.com/andrexus/xmlrpc v0.0.0-20170117171619-748f22b60198 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/hcl v0.0.0-20170914154624-68e816d1c783 // indirect
github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3 // indirect
github.com/hashicorp/terraform v0.12.19
github.com/hashicorp/terraform-schema v0.0.0-20221102170941-620ab913bced // indirect
github.com/spf13/afero v1.2.1 // indirect
google.golang.org/grpc v1.21.1 // indirect
)
replace github.com/Beiri22/goinwx => ../goinwx