1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

HEXONET: Adapt to new OTE endpoint (#1463)

* HEXONET: Adapt to new OTE endpoint

* CCI uses goreleaser which needs go 1.8
This commit is contained in:
Tom Limoncelli
2022-03-24 12:53:42 -04:00
committed by GitHub
parent 7814a837cd
commit 9c7b84eefd
5 changed files with 7 additions and 7 deletions

4
go.mod
View File

@@ -30,7 +30,8 @@ require (
github.com/google/go-github/v35 v35.3.0
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
github.com/hashicorp/vault/api v1.4.1
github.com/hexonet/go-sdk/v3 v3.5.2
github.com/hexonet/go-sdk/v3 v3.5.3
github.com/jarcoal/httpmock v1.0.8 // indirect
github.com/jinzhu/copier v0.3.5
github.com/miekg/dns v1.1.46
github.com/mittwald/go-powerdns v0.5.2
@@ -115,7 +116,6 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/vault/sdk v0.4.1 // indirect
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
github.com/jarcoal/httpmock v1.0.8 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect