-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 865 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
module github.com/domdom82/go-responder
go 1.17
require (
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
github.com/domdom82/datarate v0.0.0-20210127161252-31ca7701b98b
github.com/drhodes/golorem v0.0.0-20160418191928-ecccc744c2d9
github.com/gorilla/websocket v1.4.2
github.com/onsi/ginkgo v1.10.3
github.com/onsi/gomega v1.7.1
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/martinlindhe/unit v0.0.0-20210106170819-f78511d0c518 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)