@@ -6,7 +6,7 @@ toolchain go1.22.4
6
6
7
7
require (
8
8
github.com/antlr4-go/antlr/v4 v4.13.1
9
- github.com/eclipse/paho.mqtt.golang v1.3.5
9
+ github.com/eclipse/paho.mqtt.golang v1.4.3
10
10
github.com/gin-gonic/gin v1.8.1
11
11
github.com/go-eden/routine v0.0.3
12
12
github.com/go-redis/redis/v8 v8.11.5
@@ -15,15 +15,14 @@ require (
15
15
github.com/goburrow/cache v0.1.4
16
16
github.com/isyscore/isc-gobase v1.4.13
17
17
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
18
- github.com/magiconair/properties v1.8.5
19
18
github.com/nats-io/nats.go v1.36.0
20
19
github.com/nsqio/go-nsq v1.1.0
21
20
github.com/robfig/cron v1.2.0
22
21
github.com/satori/go.uuid v1.2.0
23
- github.com/simonalong/gole v1.0.2
24
- github.com/simonalong/mikilin-go v1.0.2-0.20211208074724-b25f05b74f31
22
+ github.com/simonalong/gole v1.3.0
25
23
github.com/sirupsen/logrus v1.8.1
26
- go.etcd.io/etcd/client/v3 v3.5.5
24
+ github.com/taosdata/driver-go/v3 v3.5.6
25
+ go.etcd.io/etcd/client/v3 v3.5.6
27
26
google.golang.org/grpc v1.47.0
28
27
google.golang.org/protobuf v1.28.1
29
28
gopkg.in/yaml.v2 v2.4.0
@@ -34,6 +33,7 @@ require (
34
33
require (
35
34
github.com/dlclark/regexp2 v1.4.0 // indirect
36
35
github.com/goccy/go-json v0.9.7 // indirect
36
+ github.com/google/uuid v1.3.0 // indirect
37
37
github.com/iris-contrib/go.uuid v2.0.0+incompatible // indirect
38
38
github.com/jinzhu/inflection v1.0.0 // indirect
39
39
github.com/jinzhu/now v1.1.5 // indirect
@@ -42,11 +42,11 @@ require (
42
42
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
43
43
github.com/rs/zerolog v1.26.1 // indirect
44
44
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
45
+ golang.org/x/sync v0.7.0 // indirect
45
46
)
46
47
47
48
require (
48
49
cloud.google.com/go v0.93.3 // indirect
49
- github.com/antonmedv/expr v1.9.0 // indirect
50
50
github.com/cespare/xxhash/v2 v2.1.2 // indirect
51
51
github.com/coreos/go-semver v0.3.0 // indirect
52
52
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -61,18 +61,14 @@ require (
61
61
github.com/gorilla/websocket v1.5.0 // indirect
62
62
github.com/json-iterator/go v1.1.12 // indirect
63
63
github.com/leodido/go-urn v1.2.1 // indirect
64
- github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
65
- github.com/lestrrat-go/strftime v1.0.6 // indirect
66
64
github.com/mattn/go-isatty v0.0.14 // indirect; indirect¬¬¬
67
65
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
68
66
github.com/modern-go/reflect2 v1.0.2 // indirect
69
67
github.com/nats-io/nkeys v0.4.7 // indirect
70
68
github.com/nats-io/nuid v1.0.1 // indirect
71
- github.com/pkg/errors v0.9.1 // indirect
72
- github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
73
69
github.com/ugorji/go/codec v1.2.7 // indirect
74
- go.etcd.io/etcd/api/v3 v3.5.5 // indirect
75
- go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
70
+ go.etcd.io/etcd/api/v3 v3.5.6 // indirect
71
+ go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
76
72
go.uber.org/atomic v1.7.0
77
73
go.uber.org/multierr v1.6.0 // indirect
78
74
go.uber.org/zap v1.17.0 // indirect
0 commit comments