From 1b5c286720cbee54542f6f5c7caa84a7970754b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:27:49 +0000 Subject: [PATCH] Bump github.com/libdns/libdns from 0.2.2 to 0.2.3 Bumps [github.com/libdns/libdns](https://github.com/libdns/libdns) from 0.2.2 to 0.2.3. - [Commits](https://github.com/libdns/libdns/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: github.com/libdns/libdns dependency-type: direct:production update-type: version-update:semver-patch ... 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 7a51cf7..8c91a2f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/libdns/he go 1.18 require ( - github.com/libdns/libdns v0.2.2 + github.com/libdns/libdns v0.2.3 github.com/pkg/errors v0.9.1 golang.org/x/time v0.10.0 ) diff --git a/go.sum b/go.sum index b5b23fa..c9f5f68 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/libdns/libdns v0.2.2 h1:O6ws7bAfRPaBsgAYt8MDe2HcNBGC29hkZ9MX2eUSX3s= -github.com/libdns/libdns v0.2.2/go.mod h1:4Bj9+5CQiNMVGf87wjX4CY3HQJypUHRuLvlsfsZqLWQ= +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/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4=