-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bajins
committed
Aug 26, 2020
1 parent
c7b62e9
commit 75cd6ac
Showing
2 changed files
with
138 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
module tool-gin | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.0 | ||
github.com/andybalholm/cascadia v1.1.0 // indirect | ||
github.com/antchfx/htmlquery v1.2.1 | ||
github.com/antchfx/xpath v1.1.3 // indirect | ||
github.com/PuerkitoBio/goquery v1.5.1 | ||
github.com/andybalholm/cascadia v1.2.0 // indirect | ||
github.com/antchfx/htmlquery v1.2.3 | ||
github.com/antchfx/xpath v1.1.10 // indirect | ||
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 | ||
github.com/chromedp/cdproto v0.0.0-20191114225735-6626966fbae4 | ||
github.com/chromedp/chromedp v0.5.2 | ||
github.com/gin-gonic/gin v1.5.0 | ||
github.com/go-playground/universal-translator v0.17.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/leodido/go-urn v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.11 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b | ||
github.com/chromedp/chromedp v0.5.3 | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/go-playground/validator/v10 v10.3.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.0.3 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 | ||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect | ||
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect | ||
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.7 // indirect | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | ||
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect | ||
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
) |
Oops, something went wrong.