forked from wjdp/htmltest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 725 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/wjdp/htmltest
require (
github.com/badoux/checkmail v1.2.1
github.com/daviddengcn/go-algs v0.0.0-20180330170136-fe23fabd9d06 // indirect
github.com/daviddengcn/go-assert v0.0.0-20150305222929-ba7e68aeeff6
github.com/daviddengcn/go-villa v0.0.0-20200811194146-68107afb6d76 // indirect
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/fatih/color v1.10.0
github.com/golangplus/bytes v1.0.0 // indirect
github.com/golangplus/sort v1.0.0 // indirect
github.com/imdario/mergo v0.3.11
github.com/seborama/govcr v4.5.0+incompatible // indirect
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.17.0
gopkg.in/seborama/govcr.v4 v4.5.0
gopkg.in/yaml.v2 v2.4.0
)
go 1.13