Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Apr 30, 2022
1 parent 05b972a commit 157bcce
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 43 deletions.
27 changes: 15 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/admpub/copier v0.0.2 // indirect
github.com/admpub/decimal v0.0.2 // indirect
github.com/admpub/events v1.2.0 // indirect
github.com/admpub/events v1.3.2 // indirect
github.com/admpub/fsnotify v1.5.0 // indirect
github.com/admpub/go-reuseport v0.0.4 // indirect
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
Expand All @@ -14,28 +14,31 @@ require (
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-oauth2/oauth2/v4 v4.4.3
github.com/go-oauth2/redis/v4 v4.1.1
github.com/go-redis/redis/v8 v8.11.4
github.com/goccy/go-json v0.9.4 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.9.7 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/markbates/goth v1.69.0
github.com/markbates/goth v1.71.1
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect
github.com/smartwalle/crypto4go v1.0.3
github.com/tidwall/btree v1.3.1 // indirect
github.com/tidwall/buntdb v1.2.9 // indirect
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/gjson v1.14.1 // indirect
github.com/webx-top/captcha v0.0.1 // indirect
github.com/webx-top/com v0.3.6
github.com/webx-top/echo v2.24.1+incompatible
github.com/webx-top/com v0.3.9
github.com/webx-top/echo v2.26.5+incompatible
github.com/webx-top/poolx v0.0.0-20210912044716-5cfa2d58e380 // indirect
github.com/webx-top/validation v0.0.3 // indirect
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
Loading

0 comments on commit 157bcce

Please sign in to comment.