Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed May 14, 2021
1 parent a059d10 commit b69c16d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 66 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ module github.com/coscms/oauth2s
go 1.14

require (
github.com/admpub/color v1.7.0 // indirect
github.com/admpub/copier v0.0.1 // indirect
github.com/admpub/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/admpub/decimal v0.0.2 // indirect
github.com/admpub/events v0.0.0-20190913050400-383beb0843c6 // indirect
github.com/admpub/fsnotify v1.4.4 // indirect
github.com/admpub/go-reuseport v0.0.3 // indirect
github.com/admpub/go-reuseport v0.0.4 // indirect
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
github.com/admpub/log v0.2.2 // indirect
github.com/admpub/queueChan v0.0.0-20151001074356-79908f7a499f // indirect
github.com/admpub/log v0.3.0 // indirect
github.com/admpub/realip v0.0.0-20210421084339-374cf5df122d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-oauth2/oauth2/v4 v4.3.0
github.com/go-oauth2/redis/v4 v4.1.1
github.com/go-redis/redis/v8 v8.2.2
github.com/goccy/go-json v0.4.11 // indirect
github.com/goccy/go-json v0.5.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/markbates/goth v1.64.2
github.com/json-iterator/go v1.1.11 // indirect
github.com/markbates/goth v1.67.1
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/smartwalle/crypto4go v1.0.2
github.com/tidwall/btree v0.5.0 // indirect
github.com/tidwall/buntdb v1.2.3 // indirect
github.com/tidwall/rtree v1.2.7 // indirect
github.com/webx-top/captcha v0.0.0-20161202061115-29e9e7f30aa0 // indirect
github.com/tidwall/gjson v1.7.5 // indirect
github.com/webx-top/captcha v0.0.1 // indirect
github.com/webx-top/com v0.2.0
github.com/webx-top/echo v2.9.0+incompatible
github.com/webx-top/echo v2.12.0+incompatible
github.com/webx-top/tagfast v0.0.0-20161020041435-9a2065ce3dd2 // indirect
github.com/webx-top/validation v0.0.1 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 // indirect
)
Loading

0 comments on commit b69c16d

Please sign in to comment.