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

NS1: Update ns1 library to 2.6.5 (#1655)

Fixes #1565
This commit is contained in:
Costas Drogos
2022-08-03 19:55:39 +02:00
committed by GitHub
parent 4f2a624ce6
commit ac94f1f513
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -56,7 +56,7 @@ require (
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
google.golang.org/api v0.90.0
gopkg.in/ns1/ns1-go.v2 v2.5.1
gopkg.in/ns1/ns1-go.v2 v2.6.5
gopkg.in/yaml.v2 v2.4.0
)