From f50fddd869c6674df4dd19c8ccfb3861880ed61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:04:50 +0000 Subject: [PATCH] Bump github.com/dmachard/go-netutils from 1.0.0 to 1.0.1 Bumps [github.com/dmachard/go-netutils](https://github.com/dmachard/go-netutils) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/dmachard/go-netutils/releases) - [Commits](https://github.com/dmachard/go-netutils/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/dmachard/go-netutils 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 3920e73e..1e615ab8 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/dmachard/go-dnstap-protobuf v1.1.0 github.com/dmachard/go-framestream v1.0.0 github.com/dmachard/go-logger v1.1.0 - github.com/dmachard/go-netutils v1.0.0 + github.com/dmachard/go-netutils v1.0.1 github.com/dmachard/go-powerdns-protobuf v1.2.0 github.com/dmachard/go-topmap v1.0.1 github.com/farsightsec/golang-framestream v0.3.0 diff --git a/go.sum b/go.sum index cfdaeba8..acae7321 100644 --- a/go.sum +++ b/go.sum @@ -109,8 +109,8 @@ github.com/dmachard/go-framestream v1.0.0 h1:cdL8Gc2PhWl9hKXmtBIDIfssplUAsIK3Dhf github.com/dmachard/go-framestream v1.0.0/go.mod h1:icl91cC7AE1jw2gXBa/P9iIGmhApfB2EnmZCb4XzoRw= github.com/dmachard/go-logger v1.1.0 h1:AOXHDEOp4SiXt9ZfVL1jTQNWFTBaw28bR4JfH3/OX/4= github.com/dmachard/go-logger v1.1.0/go.mod h1:p+qf9XDiJOcpjx1Bl3vRGTVqwLoZ6cNUZCxulaVJ6e8= -github.com/dmachard/go-netutils v1.0.0 h1:WUb4wIJ2r9UJMLXdRvAzZkrS4jMQKTtNa85RkUPx8Gc= -github.com/dmachard/go-netutils v1.0.0/go.mod h1:kTrO5B/mXW/cPdHyUWsHqXUVkvb2mTUwm/68Fc48XuE= +github.com/dmachard/go-netutils v1.0.1 h1:0EdhahW4b7wrvSt7vLC5dkX+hRr4t+9uDYO+zfN1MTc= +github.com/dmachard/go-netutils v1.0.1/go.mod h1:kTrO5B/mXW/cPdHyUWsHqXUVkvb2mTUwm/68Fc48XuE= github.com/dmachard/go-powerdns-protobuf v1.2.0 h1:VrmT7Ir2eKvB2I0bTJwlHHPLrS95B3X2gD2tlXEx76A= github.com/dmachard/go-powerdns-protobuf v1.2.0/go.mod h1:TgY5tdhMyzDkWK0jBtGPDpOFOGp/brrlb5FaW7YgcDM= github.com/dmachard/go-topmap v1.0.1 h1:aqAul7Nf30fZQjdx5HSCNd0eN8icGAYe5Gqpnp+QKfE=