This repository was archived by the owner on Aug 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (34 loc) · 1.48 KB
/
go.mod
File metadata and controls
38 lines (34 loc) · 1.48 KB
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
35
36
37
38
module github.com/GSA-TTS/gitlab-runner-cloudgov
go 1.23.5
require (
github.com/cloudfoundry/go-cfclient/v3 v3.0.0-alpha.9
github.com/google/go-cmp v0.7.0
github.com/spf13/cobra v1.8.1
)
require (
code.cloudfoundry.org/cf-networking-helpers v0.47.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
golang.org/x/tools v0.34.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
require (
code.cloudfoundry.org/lager/v3 v3.39.0
code.cloudfoundry.org/policy_client v0.57.0
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/joho/godotenv v1.5.1
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)