Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 710fb23

Browse files
Bump gopkg.in/ns1/ns1-go.v2 from 2.6.4 to 2.6.5 (#54)
Bumps [gopkg.in/ns1/ns1-go.v2](https://github.com/ns1/ns1-go) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/ns1/ns1-go/releases) - [Changelog](https://github.com/ns1/ns1-go/blob/v2/CHANGELOG.md) - [Commits](ns1/ns1-go@v2.6.4...v2.6.5) --- updated-dependencies: - dependency-name: gopkg.in/ns1/ns1-go.v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38ff8ce commit 710fb23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.17
44

55
require (
66
github.com/nginxinc/nginx-plus-go-client v0.9.0
7-
gopkg.in/ns1/ns1-go.v2 v2.6.4
7+
gopkg.in/ns1/ns1-go.v2 v2.6.5
88
gopkg.in/yaml.v2 v2.4.0
99
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJy
1010
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
1111
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
1212
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
13-
gopkg.in/ns1/ns1-go.v2 v2.6.4 h1:dAPXEosVN2Kjf2HgPUvSd8iQomT4rStwoDeV9uCqXJ8=
14-
gopkg.in/ns1/ns1-go.v2 v2.6.4/go.mod h1:GMnKY+ZuoJ+lVLL+78uSTjwTz2jMazq6AfGKQOYhsPk=
13+
gopkg.in/ns1/ns1-go.v2 v2.6.5 h1:nzf3RXP4TEZLeZl7q9t6eav4htlNlWuYX+pXVUitlf0=
14+
gopkg.in/ns1/ns1-go.v2 v2.6.5/go.mod h1:GMnKY+ZuoJ+lVLL+78uSTjwTz2jMazq6AfGKQOYhsPk=
1515
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
1616
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
1717
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=

0 commit comments

Comments
 (0)