|
@@ -8,7 +8,6 @@ require (
|
|
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
|
|
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
|
|
github.com/scylladb/go-set v1.0.2
|
|
github.com/scylladb/go-set v1.0.2
|
|
github.com/spf13/cast v1.7.1
|
|
github.com/spf13/cast v1.7.1
|
|
- github.com/wecisecode/util v0.3.2
|
|
|
|
)
|
|
)
|
|
|
|
|
|
require (
|
|
require (
|
|
@@ -29,6 +28,7 @@ require (
|
|
github.com/tidwall/uhatools v0.5.1 // indirect
|
|
github.com/tidwall/uhatools v0.5.1 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
|
|
+ github.com/wecisecode/util v0.3.2 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.18 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.18 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.18 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.18 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.18 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.18 // indirect
|