1
1
module github.com/go-micro/dashboard
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
7
6
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8
7
github.com/gin-gonic/gin v1.8.1
9
8
github.com/go-micro/plugins/v4/broker/kafka v1.2.0
@@ -27,32 +26,28 @@ require (
27
26
github.com/go-micro/plugins/v4/registry/zookeeper v1.2.0
28
27
github.com/go-micro/plugins/v4/server/http v1.2.0
29
28
github.com/go-micro/plugins/v4/transport/grpc v1.2.0
30
- github.com/go-micro/plugins/v4/transport/nats v1.2.0
31
- github.com/go-micro/plugins/v4/transport/quic v1.1.0
32
- github.com/go-micro/plugins/v4/transport/rabbitmq v1.1.0
33
- github.com/go-micro/plugins/v4/transport/tcp v1.1.0
34
- github.com/go-micro/plugins/v4/transport/utp v1.1.0
35
29
github.com/pkg/errors v0.9.1
36
30
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
37
31
github.com/swaggo/gin-swagger v1.5.3
38
32
github.com/swaggo/swag v1.8.8
39
- go-micro.dev/v4 v4.9 .0
40
- golang.org/x/net v0.2 .0
33
+ go-micro.dev/v4 v4.10 .0
34
+ golang.org/x/net v0.8 .0
41
35
)
42
36
43
37
require (
44
38
github.com/BurntSushi/toml v1.2.1 // indirect
45
39
github.com/KyleBanks/depth v1.2.1 // indirect
46
40
github.com/Microsoft/go-winio v0.6.0 // indirect
47
41
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
48
- github.com/Shopify/sarama v1.37.2 // indirect
42
+ github.com/Shopify/sarama v1.30.1 // indirect
49
43
github.com/acomagu/bufpipe v1.0.3 // indirect
50
44
github.com/aliyun/alibaba-cloud-sdk-go v1.62.68 // indirect
51
45
github.com/armon/go-metrics v0.4.1 // indirect
52
46
github.com/beorn7/perks v1.0.1 // indirect
53
47
github.com/bitly/go-simplejson v0.5.0 // indirect
48
+ github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
54
49
github.com/buger/jsonparser v1.1.1 // indirect
55
- github.com/cenkalti/backoff/v4 v4.2.0 // indirect
50
+ github.com/cenkalti/backoff/v4 v4.1.3 // indirect
56
51
github.com/cespare/xxhash/v2 v2.2.0 // indirect
57
52
github.com/clbanning/mxj v1.8.4 // indirect
58
53
github.com/cloudflare/circl v1.3.0 // indirect
@@ -147,7 +142,7 @@ require (
147
142
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
148
143
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
149
144
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
150
- github.com/pierrec/lz4/v4 v4.1.17 // indirect
145
+ github.com/pierrec/lz4 v2.6.1+incompatible // indirect
151
146
github.com/pjbgf/sha1cd v0.2.3 // indirect
152
147
github.com/prometheus/client_golang v1.14.0 // indirect
153
148
github.com/prometheus/client_model v0.3.0 // indirect
@@ -167,19 +162,19 @@ require (
167
162
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
168
163
go.etcd.io/etcd/client/v3 v3.5.6 // indirect
169
164
go.uber.org/atomic v1.10.0 // indirect
170
- go.uber.org/multierr v1.8 .0 // indirect
171
- go.uber.org/zap v1.24 .0 // indirect
165
+ go.uber.org/multierr v1.6 .0 // indirect
166
+ go.uber.org/zap v1.21 .0 // indirect
172
167
golang.org/x/crypto v0.3.0 // indirect
173
- golang.org/x/mod v0.7 .0 // indirect
174
- golang.org/x/oauth2 v0.2 .0 // indirect
168
+ golang.org/x/mod v0.9 .0 // indirect
169
+ golang.org/x/oauth2 v0.4 .0 // indirect
175
170
golang.org/x/sync v0.1.0 // indirect
176
- golang.org/x/sys v0.2 .0 // indirect
177
- golang.org/x/text v0.4 .0 // indirect
178
- golang.org/x/time v0.2.0 // indirect
179
- golang.org/x/tools v0.3 .0 // indirect
171
+ golang.org/x/sys v0.6 .0 // indirect
172
+ golang.org/x/text v0.8 .0 // indirect
173
+ golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
174
+ golang.org/x/tools v0.7 .0 // indirect
180
175
google.golang.org/appengine v1.6.7 // indirect
181
- google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd // indirect
182
- google.golang.org/grpc v1.51 .0 // indirect
176
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
177
+ google.golang.org/grpc v1.53 .0 // indirect
183
178
google.golang.org/protobuf v1.28.1 // indirect
184
179
gopkg.in/gcfg.v1 v1.2.3 // indirect
185
180
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments