forked from mikesimons/pacyak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 888 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
24
25
26
27
module github.com/jeka/pacyak
go 1.21.6
require (
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/mikesimons/earl v0.0.0-20160905152854-70c906f76b9a
github.com/mikesimons/readly v0.0.0-20151014163250-f72a8aa7f329
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.31.1
github.com/robertkrimen/otto v0.3.0
github.com/sirupsen/logrus v1.9.3
github.com/wunderlist/ttlcache v0.0.0-20180801091818-7dbceb0d5094
gopkg.in/urfave/cli.v1 v1.20.0
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)