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

perf(go sdk): introducing semver to HEXONET provider (#1120)

* build(go sdk): fixed outdated dependencies issue

* refactor(.back files): removed .bak files

Co-authored-by: Rashad Jamara <rjamara@hexonet.net>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Rashad J
2021-04-13 13:30:32 +02:00
committed by GitHub
parent ed42eca946
commit a65b310520
4 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/StackExchange/dnscontrol/v3/pkg/version"
"github.com/StackExchange/dnscontrol/v3/providers"
hxcl "github.com/hexonet/go-sdk/apiclient"
hxcl "github.com/hexonet/go-sdk/v3/apiclient"
)
// HXClient describes a connection to the hexonet API.