-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathgo.mod
27 lines (24 loc) · 981 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/cloudfoundry-incubator/notifications/acceptance
go 1.21
toolchain go1.24.1
require (
bitbucket.org/chrj/smtpd v0.0.0-20170817182725-9ddcdbda0f7a
github.com/cloudfoundry-incubator/notifications v0.0.0-20230526163550-74e56c5e2ea7
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo/v2 v2.23.3
github.com/onsi/gomega v1.36.2
github.com/pivotal-cf-experimental/warrant v0.0.0-20211122194707-17385443920f
)
require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)