From 893d21189a3af98006107c78079891104908b32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 06:17:48 +0000 Subject: [PATCH] Bump github.com/libdns/libdns from 0.2.3 to 1.0.0 Bumps [github.com/libdns/libdns](https://github.com/libdns/libdns) from 0.2.3 to 1.0.0. - [Release notes](https://github.com/libdns/libdns/releases) - [Commits](https://github.com/libdns/libdns/compare/v0.2.3...v1.0.0) --- updated-dependencies: - dependency-name: github.com/libdns/libdns dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a275fd0..e17f7f3 100644 --- a/go.mod +++ b/go.mod @@ -4,4 +4,4 @@ go 1.20 require github.com/libdns/hosttech v1.1.1 -require github.com/libdns/libdns v0.2.3 +require github.com/libdns/libdns v1.0.0 diff --git a/go.sum b/go.sum index ccdc3c9..a973533 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/libdns/hosttech v1.1.1 h1:7psQAZPxc/aQfn9v+HWZAYC4ZrQG8TC44HZu8D0U524= github.com/libdns/hosttech v1.1.1/go.mod h1:OQF51g+XnvmxBAzHk4KL8w+kUDvrN2oK3ihXgA6su+s= -github.com/libdns/libdns v0.2.3 h1:ba30K4ObwMGB/QTmqUxf3H4/GmUrCAIkMWejeGl12v8= -github.com/libdns/libdns v0.2.3/go.mod h1:4Bj9+5CQiNMVGf87wjX4CY3HQJypUHRuLvlsfsZqLWQ= +github.com/libdns/libdns v1.0.0 h1:IvYaz07JNz6jUQ4h/fv2R4sVnRnm77J/aOuC9B+TQTA= +github.com/libdns/libdns v1.0.0/go.mod h1:4Bj9+5CQiNMVGf87wjX4CY3HQJypUHRuLvlsfsZqLWQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=