mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
592 B
Modula-2
21 lines
592 B
Modula-2
module github.com/openimsdk/open-im-server/v3/tools/url2im
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/OpenIMSDK/protocol v0.0.21
|
|
github.com/kelindar/bitmap v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/kelindar/simd v1.1.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
google.golang.org/grpc v1.56.2 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|