Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Jun 29, 2021
1 parent ba569c9 commit fe5ad28
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 8 deletions.
18 changes: 10 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ require (
github.com/admpub/log v0.3.1 // indirect
github.com/admpub/realip v0.0.0-20210421084339-374cf5df122d // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/goccy/go-json v0.5.1 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/goccy/go-json v0.7.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.25.0 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0 // indirect
github.com/webx-top/captcha v0.0.1 // indirect
github.com/webx-top/com v0.2.1 // indirect
github.com/webx-top/echo v2.13.9+incompatible
github.com/webx-top/com v0.2.2 // indirect
github.com/webx-top/echo v2.15.2+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-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210531225629-47163c9f4e4f // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
Loading

0 comments on commit fe5ad28

Please sign in to comment.