forked from cloudfoundry/go-cfclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 627 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (17 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/cloudfoundry/go-cfclient/v3
go 1.19
require (
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.20.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
)