Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/dmachard/go-dnstap-protobuf from 1.0.2 to 1.1.0 #813

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
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
github.com/IBM/sarama v1.43.3
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading