Merge pull request #50 from singchia/feat/controller

fix: remove old logic in custom data
This commit is contained in:
singchia
2024-05-07 23:31:03 +08:00
committed by GitHub
30 changed files with 512 additions and 501 deletions

4
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/go-kratos/kratos/v2 v2.7.2
github.com/google/uuid v1.6.0
github.com/jumboframes/armorigo v0.4.0-rc.1
github.com/jumboframes/armorigo v0.4.1
github.com/nats-io/nats.go v1.33.1
github.com/nsqio/go-nsq v1.1.0
github.com/rabbitmq/amqp091-go v1.9.0
@@ -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
)