-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (27 loc) · 1.04 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
module github.com/rabobank/npsb
go 1.23
replace (
golang.org/x/net => golang.org/x/net v0.33.0
golang.org/x/text => golang.org/x/text v0.21.0
)
require (
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/cloudfoundry/go-cfclient/v3 v3.0.0-alpha.9
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/context v1.1.2
github.com/gorilla/mux v1.8.1
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/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/gomega v1.36.2 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sclevine/spec v1.4.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
)