Skip to content

Commit 75cd6ac

Browse files
author
bajins
committed
update libs
1 parent c7b62e9 commit 75cd6ac

File tree

2 files changed

+138
-62
lines changed

2 files changed

+138
-62
lines changed

go.mod

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
module tool-gin
22

3-
go 1.13
3+
go 1.15
44

55
require (
6-
github.com/PuerkitoBio/goquery v1.5.0
7-
github.com/andybalholm/cascadia v1.1.0 // indirect
8-
github.com/antchfx/htmlquery v1.2.1
9-
github.com/antchfx/xpath v1.1.3 // indirect
6+
github.com/PuerkitoBio/goquery v1.5.1
7+
github.com/andybalholm/cascadia v1.2.0 // indirect
8+
github.com/antchfx/htmlquery v1.2.3
9+
github.com/antchfx/xpath v1.1.10 // indirect
1010
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
11-
github.com/chromedp/cdproto v0.0.0-20191114225735-6626966fbae4
12-
github.com/chromedp/chromedp v0.5.2
13-
github.com/gin-gonic/gin v1.5.0
14-
github.com/go-playground/universal-translator v0.17.0 // indirect
15-
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
16-
github.com/json-iterator/go v1.1.9 // indirect
17-
github.com/leodido/go-urn v1.2.0 // indirect
18-
github.com/mattn/go-isatty v0.0.11 // indirect
11+
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b
12+
github.com/chromedp/chromedp v0.5.3
13+
github.com/gin-gonic/gin v1.6.3
14+
github.com/go-playground/validator/v10 v10.3.0 // indirect
15+
github.com/gobwas/pool v0.2.1 // indirect
16+
github.com/gobwas/ws v1.0.3 // indirect
17+
github.com/golang/protobuf v1.4.2 // indirect
18+
github.com/json-iterator/go v1.1.10 // indirect
19+
github.com/mailru/easyjson v0.7.6 // indirect
1920
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2021
github.com/modern-go/reflect2 v1.0.1 // indirect
21-
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
22-
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
23-
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
24-
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
25-
gopkg.in/yaml.v2 v2.2.7 // indirect
22+
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
23+
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
24+
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
25+
golang.org/x/text v0.3.3 // indirect
26+
google.golang.org/protobuf v1.25.0 // indirect
27+
gopkg.in/yaml.v2 v2.3.0 // indirect
2628
)

0 commit comments

Comments
 (0)