mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-04 07:08:32 +00:00
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.6.8 to 1.9.3. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](https://github.com/tidwall/gjson/compare/v1.6.8...v1.9.3) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
1016 B
Modula-2
28 lines
1016 B
Modula-2
module github.com/fhmq/hmq
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Shopify/sarama v1.23.0
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/eapache/queue v1.1.0
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/gin-gonic/gin v1.7.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tidwall/gjson v1.9.3
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
|
|
)
|