-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade the third-party library version
Upgrade the versions of several third-party libraries
- Loading branch information
Showing
2 changed files
with
227 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,97 @@ | ||
module github.com/wind-c/comqtt/v2 | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/alicebob/miniredis/v2 v2.23.0 | ||
github.com/alicebob/miniredis/v2 v2.32.1 | ||
github.com/asdine/storm v2.1.2+incompatible | ||
github.com/asdine/storm/v3 v3.2.1 | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | ||
github.com/hashicorp/go-sockaddr v1.0.2 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||
github.com/hashicorp/go-sockaddr v1.0.6 | ||
github.com/hashicorp/logutils v1.0.0 | ||
github.com/hashicorp/memberlist v0.5.0 | ||
github.com/hashicorp/raft v1.6.0 | ||
github.com/hashicorp/raft-boltdb/v2 v2.2.2 | ||
github.com/hashicorp/memberlist v0.5.1 | ||
github.com/hashicorp/raft v1.6.1 | ||
github.com/hashicorp/raft-boltdb/v2 v2.3.0 | ||
github.com/hashicorp/serf v0.10.1 | ||
github.com/jinzhu/copier v0.3.5 | ||
github.com/jinzhu/copier v0.4.0 | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/lib/pq v1.2.0 | ||
github.com/panjf2000/ants/v2 v2.7.1 | ||
github.com/rs/xid v1.4.0 | ||
github.com/lib/pq v1.10.9 | ||
github.com/panjf2000/ants/v2 v2.9.1 | ||
github.com/rs/xid v1.5.0 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/segmentio/kafka-go v0.4.38 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/segmentio/kafka-go v0.4.47 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/timshannon/badgerhold v1.0.0 | ||
github.com/tinylib/msgp v1.1.8 | ||
go.etcd.io/bbolt v1.3.6 | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.4 | ||
go.etcd.io/etcd/raft/v3 v3.5.4 | ||
go.etcd.io/etcd/server/v3 v3.5.4 | ||
go.uber.org/goleak v1.2.1 | ||
go.uber.org/zap v1.21.0 | ||
golang.org/x/crypto v0.14.0 | ||
google.golang.org/grpc v1.53.0 | ||
github.com/tinylib/msgp v1.1.9 | ||
go.etcd.io/bbolt v1.3.9 | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.13 | ||
go.etcd.io/etcd/raft/v3 v3.5.13 | ||
go.etcd.io/etcd/server/v3 v3.5.13 | ||
go.uber.org/goleak v1.3.0 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/crypto v0.22.0 | ||
google.golang.org/grpc v1.63.0 | ||
gopkg.in/h2non/gock.v1 v1.1.2 | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
github.com/BurntSushi/toml v1.1.0 // indirect | ||
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863 // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect | ||
github.com/Sereal/Sereal/Go/sereal v0.0.0-20231009093132-b9187f1a92c6 // indirect | ||
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/boltdb/bolt v1.3.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgraph-io/badger v1.6.0 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect | ||
github.com/dgraph-io/badger v1.6.2 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/google/btree v1.0.1 // indirect | ||
github.com/golang/glog v1.2.1 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-hclog v1.5.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-msgpack v1.1.5 // indirect | ||
github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect | ||
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/hashicorp/golang-lru v1.0.2 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/miekg/dns v1.1.41 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/miekg/dns v1.1.58 // indirect | ||
github.com/philhofer/fwd v1.1.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.15 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.11.1 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/prometheus/client_golang v1.19.0 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.52.2 // indirect | ||
github.com/prometheus/procfs v0.13.0 // indirect | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.4 // indirect | ||
go.etcd.io/etcd/pkg/v3 v3.5.4 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/net v0.16.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect | ||
github.com/yuin/gopher-lua v1.1.1 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.13 // indirect | ||
go.etcd.io/etcd/pkg/v3 v3.5.13 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/tools v0.20.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
) |
Oops, something went wrong.