forked from Dynatrace/libbuildpack-dynatrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 784 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
module github.com/Dynatrace/libbuildpack-dynatrace
go 1.19
require (
github.com/cloudfoundry/libbuildpack v0.0.0-20221115221325-f9d1b0cc562f
github.com/golang/mock v1.6.0
github.com/jarcoal/httpmock v1.3.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.24.1
)
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)