Skip to content

Commit

Permalink
feat(deps): bump the gomod-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gomod-deps group with 3 updates: [github.com/gorilla/websocket](https://github.com/gorilla/websocket), [github.com/openimsdk/openim-sdk-core/v3](https://github.com/openimsdk/openim-sdk-core) and [github.com/xuexihuang/new_log15](https://github.com/xuexihuang/new_log15).


Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.0...v1.5.1)

Updates `github.com/openimsdk/openim-sdk-core/v3` from 3.3.1-rc.6 to 3.5.1
- [Release notes](https://github.com/openimsdk/openim-sdk-core/releases)
- [Changelog](https://github.com/openimsdk/openim-sdk-core/blob/main/.goreleaser.yaml)
- [Commits](openimsdk/openim-sdk-core@v3.3.1-rc.6...v3.5.1)

Updates `github.com/xuexihuang/new_log15` from 1.0.0 to 1.2.0
- [Release notes](https://github.com/xuexihuang/new_log15/releases)
- [Commits](xuexihuang/new_log15@v1.0.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/openimsdk/openim-sdk-core/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: github.com/xuexihuang/new_log15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 6c743b9 commit af7cc86
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 255 deletions.
45 changes: 12 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,68 +3,47 @@ module github.com/xuexihuang/new_gonet
go 1.19

require (
github.com/OpenIMSDK/tools v0.0.5
github.com/OpenIMSDK/tools v0.0.24
github.com/bwmarrin/snowflake v0.3.0
github.com/gorilla/websocket v1.5.0
github.com/openimsdk/openim-sdk-core/v3 v3.3.1-rc.6
github.com/xuexihuang/new_log15 v1.0.0
github.com/gorilla/websocket v1.5.1
github.com/openimsdk/openim-sdk-core/v3 v3.5.1
github.com/xuexihuang/new_log15 v1.2.0
)

require (
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/tencentyun/qcloud-cos-sts-sdk v0.0.0-20220106031843-2efeb10ca2f6 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/grpc v1.56.2 // indirect
gorm.io/driver/sqlite v1.3.6 // indirect
nhooyr.io/websocket v1.8.7 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)

require (
github.com/OpenIMSDK/protocol v0.0.23 // indirect
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
github.com/OpenIMSDK/protocol v0.0.40 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/petermattis/goid v0.0.0-20240503122002-4b96552b8156 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/tencentyun/qcloud-cos-sts-sdk v0.0.0-20220106031843-2efeb10ca2f6 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/sys v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/grpc v1.56.2 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gorm.io/driver/sqlite v1.3.6 // indirect
gorm.io/gorm v1.23.8 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)
Loading

0 comments on commit af7cc86

Please sign in to comment.