Skip to content

Commit 05839d2

Browse files
committed
update
1 parent 84f00ad commit 05839d2

File tree

2 files changed

+91
-83
lines changed

2 files changed

+91
-83
lines changed

go.mod

+20-22
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,40 @@ module github.com/coscms/oauth2s
33
go 1.14
44

55
require (
6-
github.com/admpub/copier v0.0.1 // indirect
6+
github.com/admpub/copier v0.0.2 // indirect
77
github.com/admpub/decimal v0.0.2 // indirect
88
github.com/admpub/events v1.2.0 // indirect
9-
github.com/admpub/fsnotify v1.4.4 // indirect
9+
github.com/admpub/fsnotify v1.5.0 // indirect
1010
github.com/admpub/go-reuseport v0.0.4 // indirect
1111
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
12-
github.com/admpub/log v0.3.1 // indirect
12+
github.com/admpub/log v1.3.2 // indirect
1313
github.com/admpub/realip v0.0.0-20210421084339-374cf5df122d // indirect
1414
github.com/francoispqt/gojay v1.2.13 // indirect
15-
github.com/go-oauth2/oauth2/v4 v4.4.1
15+
github.com/go-oauth2/oauth2/v4 v4.4.2
1616
github.com/go-oauth2/redis/v4 v4.1.1
17-
github.com/go-redis/redis/v8 v8.11.1
18-
github.com/goccy/go-json v0.7.4 // indirect
19-
github.com/golang-jwt/jwt v3.2.1+incompatible
20-
github.com/golang/protobuf v1.5.2 // indirect
17+
github.com/go-redis/redis/v8 v8.11.4
18+
github.com/goccy/go-json v0.7.10 // indirect
19+
github.com/golang-jwt/jwt v3.2.2+incompatible
2120
github.com/google/uuid v1.3.0 // indirect
2221
github.com/imdario/mergo v0.3.12 // indirect
23-
github.com/json-iterator/go v1.1.11 // indirect
22+
github.com/json-iterator/go v1.1.12 // indirect
2423
github.com/markbates/goth v1.68.0
25-
github.com/mattn/go-isatty v0.0.13 // indirect
24+
github.com/mattn/go-colorable v0.1.11 // indirect
2625
github.com/mitchellh/go-homedir v1.1.0 // indirect
2726
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect
28-
github.com/smartwalle/crypto4go v1.0.2
27+
github.com/smartwalle/crypto4go v1.0.3
2928
github.com/stretchr/testify v1.7.0 // indirect
30-
github.com/tidwall/buntdb v1.2.4 // indirect
31-
github.com/tidwall/gjson v1.8.1 // indirect
32-
github.com/tidwall/pretty v1.2.0 // indirect
29+
github.com/tidwall/buntdb v1.2.7 // indirect
30+
github.com/tidwall/gjson v1.11.0 // indirect
3331
github.com/webx-top/captcha v0.0.1 // indirect
34-
github.com/webx-top/com v0.2.7
35-
github.com/webx-top/echo v2.18.3+incompatible
36-
github.com/webx-top/tagfast v0.0.0-20161020041435-9a2065ce3dd2 // indirect
37-
github.com/webx-top/validation v0.0.1 // indirect
38-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
39-
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
40-
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
41-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
32+
github.com/webx-top/com v0.3.0
33+
github.com/webx-top/echo v2.22.17+incompatible
34+
github.com/webx-top/validation v0.0.3 // indirect
35+
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
36+
golang.org/x/net v0.0.0-20211108170745-6635138e15ea
37+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
38+
golang.org/x/sys v0.0.0-20211108224332-cbcd623f202e // indirect
39+
golang.org/x/text v0.3.7 // indirect
4240
google.golang.org/appengine v1.6.7 // indirect
4341
google.golang.org/protobuf v1.27.1 // indirect
4442
)

0 commit comments

Comments
 (0)