-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
34 lines (31 loc) · 1.48 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
31
32
33
34
module github.com/cloud-gov/cg-buildpack-notify
go 1.17
require (
github.com/18F/cg-buildpack-notify v0.0.0-20200205001142-c4fdc52e261e
github.com/cloudfoundry-community/go-cfclient v0.0.0-20180710134401-c9b465ea2cf0
github.com/jordan-wright/email v0.0.0-20180115032944-94ae17dedda2
github.com/kelseyhightower/envconfig v1.3.0
github.com/pkg/errors v0.8.0
github.com/stretchr/testify v1.5.1
)
require (
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/cloudfoundry/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/objx v0.1.1 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd // indirect
google.golang.org/appengine v1.1.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)