Skip to content

Commit fe5ad28

Browse files
committed
update
1 parent ba569c9 commit fe5ad28

File tree

2 files changed

+269
-8
lines changed

2 files changed

+269
-8
lines changed

go.mod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@ require (
1212
github.com/admpub/log v0.3.1 // indirect
1313
github.com/admpub/realip v0.0.0-20210421084339-374cf5df122d // indirect
1414
github.com/francoispqt/gojay v1.2.13 // indirect
15-
github.com/goccy/go-json v0.5.1 // indirect
15+
github.com/go-kit/kit v0.10.0 // indirect
16+
github.com/goccy/go-json v0.7.3 // indirect
1617
github.com/golang/protobuf v1.5.2 // indirect
1718
github.com/json-iterator/go v1.1.11 // indirect
1819
github.com/mattn/go-isatty v0.0.13 // indirect
1920
github.com/mitchellh/go-homedir v1.1.0 // indirect
20-
github.com/prometheus/client_golang v1.10.0
21-
github.com/prometheus/common v0.25.0 // indirect
21+
github.com/prometheus/client_golang v1.11.0
22+
github.com/prometheus/common v0.29.0 // indirect
2223
github.com/webx-top/captcha v0.0.1 // indirect
23-
github.com/webx-top/com v0.2.1 // indirect
24-
github.com/webx-top/echo v2.13.9+incompatible
24+
github.com/webx-top/com v0.2.2 // indirect
25+
github.com/webx-top/echo v2.15.2+incompatible
2526
github.com/webx-top/tagfast v0.0.0-20161020041435-9a2065ce3dd2 // indirect
2627
github.com/webx-top/validation v0.0.1 // indirect
27-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
28-
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
29-
golang.org/x/sys v0.0.0-20210531225629-47163c9f4e4f // indirect
28+
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
29+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
30+
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
31+
google.golang.org/protobuf v1.27.1 // indirect
3032
)

0 commit comments

Comments
 (0)