|
1 | 1 | module github.com/openim-sigs/oimws
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.21.2 |
| 4 | + |
| 5 | +toolchain go1.21.9 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/OpenIMSDK/tools v0.0.24
|
7 | 9 | github.com/bwmarrin/snowflake v0.3.0
|
8 |
| - github.com/gorilla/websocket v1.5.0 |
| 10 | + github.com/gorilla/websocket v1.5.1 |
| 11 | + github.com/mitchellh/mapstructure v1.5.0 |
| 12 | + github.com/openimsdk/gomake v0.0.11 |
9 | 13 | github.com/openimsdk/openim-sdk-core/v3 v3.5.1-beta.1
|
10 |
| - github.com/stretchr/testify v1.8.3 |
| 14 | + github.com/openimsdk/tools v0.0.49-alpha.2 |
| 15 | + github.com/spf13/cobra v1.8.0 |
| 16 | + github.com/spf13/viper v1.18.2 |
| 17 | + github.com/stretchr/testify v1.9.0 |
11 | 18 | github.com/xuexihuang/new_log15 v1.0.0
|
| 19 | + gopkg.in/yaml.v3 v3.0.1 |
12 | 20 | )
|
13 | 21 |
|
14 | 22 | require (
|
15 |
| - github.com/google/go-cmp v0.5.9 // indirect |
16 |
| - github.com/jinzhu/copier v0.3.5 // indirect |
| 23 | + github.com/google/go-cmp v0.6.0 // indirect |
| 24 | + github.com/jinzhu/copier v0.4.0 // indirect |
17 | 25 | github.com/mattn/go-sqlite3 v1.14.12 // indirect
|
18 | 26 | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
19 |
| - golang.org/x/image v0.14.0 // indirect |
20 |
| - golang.org/x/net v0.19.0 // indirect |
| 27 | + golang.org/x/image v0.15.0 // indirect |
| 28 | + golang.org/x/net v0.22.0 // indirect |
21 | 29 | golang.org/x/text v0.14.0 // indirect
|
22 |
| - google.golang.org/grpc v1.56.2 // indirect |
| 30 | + google.golang.org/grpc v1.62.1 // indirect |
23 | 31 | gorm.io/driver/sqlite v1.3.6 // indirect
|
24 | 32 | nhooyr.io/websocket v1.8.10 // indirect
|
25 | 33 | )
|
26 | 34 |
|
27 | 35 | require (
|
28 | 36 | github.com/OpenIMSDK/protocol v0.0.40 // indirect
|
29 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
| 37 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 38 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 39 | + github.com/go-ole/go-ole v1.2.6 // indirect |
30 | 40 | github.com/golang/protobuf v1.5.3 // indirect
|
| 41 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 42 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
31 | 43 | github.com/jinzhu/inflection v1.0.0 // indirect
|
32 | 44 | github.com/jinzhu/now v1.1.5 // indirect
|
33 | 45 | github.com/json-iterator/go v1.1.12 // indirect
|
34 | 46 | github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
35 | 47 | github.com/lestrrat-go/strftime v1.0.6 // indirect
|
| 48 | + github.com/magefile/mage v1.15.0 // indirect |
| 49 | + github.com/magiconair/properties v1.8.7 // indirect |
36 | 50 | github.com/mattn/go-colorable v0.1.13 // indirect
|
37 | 51 | github.com/mattn/go-isatty v0.0.19 // indirect
|
38 | 52 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
39 | 53 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
| 54 | + github.com/openimsdk/protocol v0.0.63 // indirect |
40 | 55 | github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
| 56 | + github.com/pelletier/go-toml/v2 v2.1.0 // indirect |
41 | 57 | github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
|
42 | 58 | github.com/pkg/errors v0.9.1 // indirect
|
43 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
44 |
| - go.uber.org/atomic v1.7.0 // indirect |
45 |
| - go.uber.org/multierr v1.6.0 // indirect |
| 59 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 60 | + github.com/sagikazarmark/locafero v0.4.0 // indirect |
| 61 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 62 | + github.com/shirou/gopsutil v3.21.11+incompatible // indirect |
| 63 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 64 | + github.com/spf13/afero v1.11.0 // indirect |
| 65 | + github.com/spf13/cast v1.6.0 // indirect |
| 66 | + github.com/spf13/pflag v1.0.5 // indirect |
| 67 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 68 | + github.com/tklauser/go-sysconf v0.3.13 // indirect |
| 69 | + github.com/tklauser/numcpus v0.7.0 // indirect |
| 70 | + github.com/yusufpapurcu/wmi v1.2.4 // indirect |
| 71 | + go.uber.org/atomic v1.9.0 // indirect |
| 72 | + go.uber.org/multierr v1.11.0 // indirect |
46 | 73 | go.uber.org/zap v1.24.0 // indirect
|
47 |
| - golang.org/x/sys v0.15.0 // indirect |
48 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect |
49 |
| - google.golang.org/protobuf v1.31.0 // indirect |
| 74 | + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect |
| 75 | + golang.org/x/sys v0.19.0 // indirect |
| 76 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect |
| 77 | + google.golang.org/protobuf v1.33.0 // indirect |
| 78 | + gopkg.in/ini.v1 v1.67.0 // indirect |
50 | 79 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
51 |
| - gopkg.in/yaml.v3 v3.0.1 // indirect |
52 |
| - gorm.io/gorm v1.23.8 // indirect |
| 80 | + gorm.io/gorm v1.25.8 // indirect |
53 | 81 | )
|
0 commit comments