-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
23 lines (21 loc) · 861 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/AbGuthrie/goquery/v2
require (
github.com/AbGuthrie/goquery v1.0.0
github.com/c-bata/go-prompt v0.2.3
github.com/crewjam/httperr v0.2.0 // indirect
github.com/crewjam/saml v0.4.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/uuid v1.1.1
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/zenazn/goji v0.9.1-0.20160507202103-64eb34159fe5
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
)
go 1.13