Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Aug 12, 2022
1 parent d652698 commit d9b0fc4
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 68 deletions.
29 changes: 14 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/admpub/decimal v0.0.2 // indirect
github.com/admpub/events v1.3.5 // indirect
github.com/admpub/fsnotify v1.5.0 // indirect
github.com/admpub/go-isatty v0.0.10 // indirect
github.com/admpub/go-reuseport v0.0.4 // indirect
github.com/admpub/humanize v0.0.0-20190501023926-5f826e92c8ca // indirect
github.com/admpub/log v1.3.2 // indirect
Expand All @@ -15,28 +16,26 @@ require (
github.com/admpub/realip v0.0.0-20210421084339-374cf5df122d // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.9.7 // indirect
github.com/goccy/go-json v0.9.10 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/imdario/mergo v0.3.12 // indirect
github.com/markbates/goth v1.72.0
github.com/imdario/mergo v0.3.13 // indirect
github.com/markbates/goth v1.73.0
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/btree v1.4.1 // indirect
github.com/tidwall/buntdb v1.2.9 // indirect
github.com/tidwall/gjson v1.14.1 // indirect
github.com/tidwall/rtree v1.5.0 // indirect
github.com/tidwall/gjson v1.14.2 // indirect
github.com/webx-top/captcha v0.0.1 // indirect
github.com/webx-top/com v0.5.0
github.com/webx-top/echo v2.26.6+incompatible
github.com/webx-top/com v0.6.0
github.com/webx-top/echo v2.26.9+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-20220518034528-6f7dac969898 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220811182439-13a9a731de15
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit d9b0fc4

Please sign in to comment.