From e7cfe49798c0467a2796c3c3ca630ef4a5149912 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 30 Jan 2026 15:47:16 -0800 Subject: [PATCH] Update sacn and multicast dependencies Co-Authored-By: Claude Opus 4.5 --- .claude/settings.local.json | 3 ++- go.mod | 4 ++-- go.sum | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 14ef1c6..5cb3cec 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -89,7 +89,8 @@ "Bash(git -C /home/flamingcow/sacn diff --name-only)", "Bash(git -C /home/flamingcow/multicast diff --name-only)", "Bash(du:*)", - "Bash(tree:*)" + "Bash(tree:*)", + "Bash(go get:*)" ], "ask": [ "Bash(rm *)" diff --git a/go.mod b/go.mod index a51371e..6776692 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,8 @@ require ( github.com/fvbommel/sortorder v1.1.0 github.com/google/gopacket v1.1.19 github.com/gopatchy/artnet v0.0.0-20260130164309-5e7400fe514e - github.com/gopatchy/multicast v0.0.0-20260130055828-12d0b38af995 - github.com/gopatchy/sacn v0.0.0-20260130055955-54a46fbfe1f0 + github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3 + github.com/gopatchy/sacn v0.0.0-20260130234631-9c2787a20064 github.com/gosnmp/gosnmp v1.43.2 github.com/miekg/dns v1.1.72 go.jetify.com/typeid v1.3.0 diff --git a/go.sum b/go.sum index 1bc6dfd..ea548ee 100644 --- a/go.sum +++ b/go.sum @@ -11,10 +11,10 @@ github.com/google/gopacket v1.1.19 h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF github.com/google/gopacket v1.1.19/go.mod h1:iJ8V8n6KS+z2U1A8pUwu8bW5SyEMkXJB8Yo/Vo+TKTo= github.com/gopatchy/artnet v0.0.0-20260130164309-5e7400fe514e h1:KaCtixVKARhtTzqlqWyzXurNACaesAGxjFgnFd3jYT4= github.com/gopatchy/artnet v0.0.0-20260130164309-5e7400fe514e/go.mod h1:V/D32mh1xfK/llCKbrqI2jxw4xL4hf6Ge2yLiIrp9/4= -github.com/gopatchy/multicast v0.0.0-20260130055828-12d0b38af995 h1:dwu07X0JnN6Ar3oZMLa/BokX04JRa3AeM38Nz7nwKnM= -github.com/gopatchy/multicast v0.0.0-20260130055828-12d0b38af995/go.mod h1:mSeh6GX+fL6SWZYqxYHTdnddvzDx4qsGSBnlGwY5ZsA= -github.com/gopatchy/sacn v0.0.0-20260130055955-54a46fbfe1f0 h1:j1uxCRJSu7G8UwlTykIDacbcQY2qoUpZ9t/SBHqLET8= -github.com/gopatchy/sacn v0.0.0-20260130055955-54a46fbfe1f0/go.mod h1:1Vk/caJzWUKpLR6AQTyQC8rr04TpA8lGI8kaUlAlHV8= +github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3 h1:JVyjjl5wWP0NaC6b4QL7uvQ7I3G0a4bCDNFVtUoiYvU= +github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3/go.mod h1:mSeh6GX+fL6SWZYqxYHTdnddvzDx4qsGSBnlGwY5ZsA= +github.com/gopatchy/sacn v0.0.0-20260130234631-9c2787a20064 h1:gyNOXY+87MjFlk1IU8QQTPhqvBaRTha4+8HjXwm4ZN4= +github.com/gopatchy/sacn v0.0.0-20260130234631-9c2787a20064/go.mod h1:bhLO4+JE+C1961n8l70X/8zbLZJWK7PXboPYIQ9Tw7I= github.com/gosnmp/gosnmp v1.43.2 h1:F9loz6uMCNtIQj0RNO5wz/mZ+FZt2WyNKJYOvw+Zosw= github.com/gosnmp/gosnmp v1.43.2/go.mod h1:smHIwoaqr1M+HTAEd7+mKkPs8lp3Lf/U+htPUql1Q3c= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=