Fix not sending id in punch causing issue

Former-commit-id: 2a832420df
This commit is contained in:
Owen
2025-07-24 12:44:13 -07:00
parent d7f29d4709
commit 6ab66e6c36
3 changed files with 5 additions and 1 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23.1
toolchain go1.23.2
require (
github.com/fosrl/newt v0.0.0-20250724194014-008be54c554a
github.com/vishvananda/netlink v1.3.1
golang.org/x/crypto v0.40.0
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
@@ -23,7 +24,6 @@ require (
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fosrl/newt v0.0.0-20250724190153-64c22a94a47a // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect