fix: advertised address while empty

This commit is contained in:
singchia
2024-05-07 18:35:39 +08:00
parent c1f8dda576
commit 58c4b3834d
9 changed files with 158 additions and 17 deletions

2
go.mod
View File

@@ -20,6 +20,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/swaggo/swag v1.16.3
github.com/vishvananda/netlink v1.1.0
google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
@@ -34,6 +35,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
)