Add OVH Provider
- OVH Provider - Tests - Documentations
Showing
docs/tutorials/ovh.md
0 → 100644
... | ... | @@ -27,6 +27,7 @@ require ( |
github.com/ffledgling/pdns-go v0.0.0-20180219074714-524e7daccd99 | ||
github.com/go-resty/resty v1.8.0 // indirect | ||
github.com/gobs/pretty v0.0.0-20180724170744-09732c25a95b // indirect | ||
github.com/golang/sync v0.0.0-20180314180146-1d60e4601c6f | ||
github.com/gophercloud/gophercloud v0.1.0 | ||
github.com/heptio/contour v0.15.0 | ||
github.com/infobloxopen/infoblox-go-client v0.0.0-20180606155407-61dc5f9b0a65 | ||
... | ... | @@ -37,6 +38,7 @@ require ( |
github.com/nesv/go-dynect v0.6.0 | ||
github.com/nic-at/rc0go v1.1.0 | ||
github.com/oracle/oci-go-sdk v1.8.0 | ||
github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/prometheus/client_golang v0.9.3 | ||
github.com/sanyu/dynectsoap v0.0.0-20181203081243-b83de5edc4e0 | ||
... | ... |
provider/ovh.go
0 → 100644
provider/ovh_test.go
0 → 100644
Please register or sign in to comment