Fix CI: drop unused netip import and regenerate proto with original protoc

This commit is contained in:
Viktor Liu
2026-04-29 07:42:18 +02:00
parent b5ed7c9782
commit fd704c2ba4
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ import (
"crypto/rand"
"fmt"
"net"
"net/netip"
"os"
"sync"
"testing"