@@ -3,18 +3,18 @@ module github.com/fhmq/hmq
3
3
go 1.18
4
4
5
5
require (
6
- github.com/Shopify/sarama v1.32.0
6
+ github.com/Shopify/sarama v1.34.1
7
7
github.com/bitly/go-simplejson v0.5.0
8
8
github.com/cespare/xxhash/v2 v2.1.2
9
9
github.com/eapache/queue v1.1.0
10
- github.com/eclipse/paho.mqtt.golang v1.3.5
11
- github.com/gin-gonic/gin v1.7.7
10
+ github.com/eclipse/paho.mqtt.golang v1.4.1
11
+ github.com/gin-gonic/gin v1.8.1
12
12
github.com/google/uuid v1.3.0
13
+ github.com/json-iterator/go v1.1.12
13
14
github.com/patrickmn/go-cache v2.1.0+incompatible
14
- github.com/stretchr/testify v1.7.1
15
- github.com/tidwall/gjson v1.14.0
15
+ github.com/stretchr/testify v1.7.2
16
16
go.uber.org/zap v1.21.0
17
- golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3
17
+ golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
18
18
)
19
19
20
20
require (
@@ -26,32 +26,32 @@ require (
26
26
github.com/go-playground/locales v0.14.0 // indirect
27
27
github.com/go-playground/universal-translator v0.18.0 // indirect
28
28
github.com/go-playground/validator/v10 v10.10.1 // indirect
29
- github.com/golang/protobuf v1.5.2 // indirect
29
+ github.com/goccy/go-json v0.9.7 // indirect
30
30
github.com/golang/snappy v0.0.4 // indirect
31
+ github.com/hashicorp/errwrap v1.0.0 // indirect
32
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
31
33
github.com/hashicorp/go-uuid v1.0.3 // indirect
32
34
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
33
35
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
34
36
github.com/jcmturner/gofork v1.0.0 // indirect
35
37
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
36
38
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
37
- github.com/json-iterator/go v1.1.12 // indirect
38
- github.com/klauspost/compress v1.15.1 // indirect
39
+ github.com/klauspost/compress v1.15.6 // indirect
39
40
github.com/leodido/go-urn v1.2.1 // indirect
40
41
github.com/mattn/go-isatty v0.0.14 // indirect
41
42
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
42
43
github.com/modern-go/reflect2 v1.0.2 // indirect
43
- github.com/pierrec/lz4 v2.6.1+incompatible // indirect
44
+ github.com/pelletier/go-toml/v2 v2.0.1 // indirect
45
+ github.com/pierrec/lz4/v4 v4.1.14 // indirect
44
46
github.com/pmezard/go-difflib v1.0.0 // indirect
45
47
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
46
- github.com/tidwall/match v1.1.1 // indirect
47
- github.com/tidwall/pretty v1.2.0 // indirect
48
48
github.com/ugorji/go/codec v1.2.7 // indirect
49
49
go.uber.org/atomic v1.9.0 // indirect
50
50
go.uber.org/multierr v1.8.0 // indirect
51
51
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect
52
- golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
52
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
53
53
golang.org/x/text v0.3.7 // indirect
54
54
google.golang.org/protobuf v1.28.0 // indirect
55
55
gopkg.in/yaml.v2 v2.4.0 // indirect
56
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
56
+ gopkg.in/yaml.v3 v3.0.1 // indirect
57
57
)
0 commit comments