-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
30 lines (27 loc) · 1.11 KB
/
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
28
29
30
module github.com/cloudfoundry/noaa/v2
go 1.22
require (
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77
github.com/cloudfoundry-incubator/uaago v0.0.0-20190307164349-8136b7bbe76e
github.com/cloudfoundry/dropsonde v1.1.0
github.com/cloudfoundry/sonde-go v0.0.0-20230710164515-a0a43d1dbbf8
github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027
github.com/elazarl/goproxy/ext v0.0.0-20220417044921-416226498f94
github.com/gorilla/websocket v1.5.3
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.36.1
google.golang.org/protobuf v1.36.0
)
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)