From a1f9b79c31b64cd31760ba1c371fe98b6f042dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:08:24 +0000 Subject: [PATCH] Bump github.com/dmachard/go-dnstap-protobuf from 1.0.2 to 1.1.0 Bumps [github.com/dmachard/go-dnstap-protobuf](https://github.com/dmachard/go-dnstap-protobuf) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/dmachard/go-dnstap-protobuf/releases) - [Commits](https://github.com/dmachard/go-dnstap-protobuf/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: github.com/dmachard/go-dnstap-protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 5 ++--- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 0e5015cb..69d56203 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,7 @@ module github.com/dmachard/go-dnscollector go 1.22 - -toolchain go1.22.1 +toolchain go1.23.1 require ( github.com/IBM/fluent-forward-go v0.2.2 @@ -10,7 +9,7 @@ require ( github.com/cilium/ebpf v0.16.0 github.com/creasty/defaults v1.8.0 github.com/dmachard/go-clientsyslog v0.4.0 - github.com/dmachard/go-dnstap-protobuf v1.0.2 + github.com/dmachard/go-dnstap-protobuf v1.1.0 github.com/dmachard/go-framestream v0.10.0 github.com/dmachard/go-logger v1.0.0 github.com/dmachard/go-netutils v0.4.0 diff --git a/go.sum b/go.sum index 6049e45f..5291fca3 100644 --- a/go.sum +++ b/go.sum @@ -104,8 +104,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= github.com/dmachard/go-clientsyslog v0.4.0 h1:1eL/XIzfRCB9g2kVsY4bHAQE7uPVPv472qtXvzU6u6Y= github.com/dmachard/go-clientsyslog v0.4.0/go.mod h1:llRfIIzxlTNsEQbVF6GKUzxORDWTiSvld3ElJcUtyCo= -github.com/dmachard/go-dnstap-protobuf v1.0.2 h1:LW7+Pwm3tje/1tMV3IRq09OFOr4vN0BQTuKWayznwdQ= -github.com/dmachard/go-dnstap-protobuf v1.0.2/go.mod h1:s4X0YYkv6/Tc9RGmz6hF5dxG3yhE/DtMFC4NLmu8ZoY= +github.com/dmachard/go-dnstap-protobuf v1.1.0 h1:66f2FwEQPWHOrypYAcp6/htVwSKIIQ1Ht577Dg1zrE8= +github.com/dmachard/go-dnstap-protobuf v1.1.0/go.mod h1:7HFKxCpWdz/8uZYHVJJYESJ7uAJ58+KNOTb3KU2Ez6k= github.com/dmachard/go-framestream v0.10.0 h1:NzDOkpJOdrgV/c0XKCsVxijILbdTxsUcUlSwp4y34mw= github.com/dmachard/go-framestream v0.10.0/go.mod h1:CiSK1RmU/7hVsM/NhsroqpBxDH3meawKIXR8x8O+LP4= github.com/dmachard/go-logger v1.0.0 h1:M0z3RDh932uUgvAOSCfLgKbQbrw+3T0SrM4kaM2uhzY=