-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (21 loc) · 952 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 webproxy
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/abice/go-enum v0.3.1 // indirect
github.com/chromedp/cdproto v0.0.0-20210323015217-0942afbea50e // indirect
github.com/chromedp/chromedp v0.6.10 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-chi/chi/v5 v5.0.1 // indirect
github.com/golang/mock v1.5.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/mattn/goveralls v0.0.8 // indirect
github.com/meshhq/golang-html-template-tutorial v0.0.0-20171113171700-234ee402c685 // indirect
github.com/mitchellh/copystructure v1.1.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
golang.org/x/tools v0.1.0 // indirect
)