Skip to content

Commit 077652b

Browse files
committed
go up
1 parent d3d0c3d commit 077652b

File tree

2 files changed

+96
-78
lines changed

2 files changed

+96
-78
lines changed

go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ go 1.18
55
require (
66
github.com/Mrs4s/MiraiGo v0.0.0-20220622015746-24ee0103e7de
77
github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
8-
github.com/gin-gonic/gin v1.7.2
9-
github.com/go-playground/validator/v10 v10.8.0 // indirect
8+
github.com/gin-gonic/gin v1.8.1
9+
github.com/go-playground/validator/v10 v10.11.0 // indirect
1010
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1111
github.com/golang/protobuf v1.5.2
12-
github.com/gorilla/websocket v1.4.2
12+
github.com/gorilla/websocket v1.5.0
1313
github.com/jonboulle/clockwork v0.2.2 // indirect
14-
github.com/json-iterator/go v1.1.11 // indirect
14+
github.com/json-iterator/go v1.1.12 // indirect
1515
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
16-
github.com/lestrrat-go/strftime v1.0.5 // indirect
17-
github.com/mattn/go-isatty v0.0.13 // indirect
16+
github.com/lestrrat-go/strftime v1.0.6 // indirect
17+
github.com/mattn/go-isatty v0.0.14 // indirect
1818
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1919
github.com/pkg/errors v0.9.1
2020
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
2121
github.com/sirupsen/logrus v1.8.1
2222
github.com/smartystreets/goconvey v1.6.4 // indirect
2323
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
24-
github.com/tidwall/gjson v1.11.0
24+
github.com/tidwall/gjson v1.14.1
2525
github.com/zserge/lorca v0.1.10
26-
golang.org/x/mobile v0.0.0-20211207041440-4e6c2922fdee
27-
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
28-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
26+
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd
27+
golang.org/x/net v0.0.0-20220621193019-9d032be2e588 // indirect
28+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
2929
google.golang.org/protobuf v1.28.0 // indirect
3030
gopkg.in/yaml.v2 v2.4.0 // indirect
3131
)
@@ -35,21 +35,23 @@ require (
3535
github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c // indirect
3636
github.com/fumiama/imgsz v0.0.2 // indirect
3737
github.com/gin-contrib/sse v0.1.0 // indirect
38-
github.com/go-playground/locales v0.13.0 // indirect
39-
github.com/go-playground/universal-translator v0.17.0 // indirect
38+
github.com/go-playground/locales v0.14.0 // indirect
39+
github.com/go-playground/universal-translator v0.18.0 // indirect
40+
github.com/goccy/go-json v0.9.7 // indirect
4041
github.com/leodido/go-urn v1.2.1 // indirect
41-
github.com/modern-go/reflect2 v1.0.1 // indirect
42-
github.com/pierrec/lz4/v4 v4.1.11 // indirect
42+
github.com/modern-go/reflect2 v1.0.2 // indirect
43+
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
44+
github.com/pierrec/lz4/v4 v4.1.15 // indirect
4345
github.com/tidwall/match v1.1.1 // indirect
4446
github.com/tidwall/pretty v1.2.0 // indirect
45-
github.com/ugorji/go/codec v1.2.6 // indirect
47+
github.com/ugorji/go/codec v1.2.7 // indirect
4648
go.uber.org/atomic v1.9.0 // indirect
47-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
48-
golang.org/x/mod v0.4.2 // indirect
49-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
50-
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
51-
golang.org/x/text v0.3.6 // indirect
52-
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
49+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
50+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
51+
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
52+
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
53+
golang.org/x/text v0.3.7 // indirect
54+
golang.org/x/tools v0.1.11 // indirect
5355
)
5456

5557
//replace github.com/Mrs4s/MiraiGo => ../../Mrs4s/MiraiGo

0 commit comments

Comments
 (0)