|
1 | 1 | module github.com/cloudfoundry/bosh-linux-stemcell-builder/acceptance-tests |
2 | 2 |
|
3 | | -go 1.22.0 |
4 | | - |
5 | | -toolchain go1.23.5 |
| 3 | +go 1.25.0 |
6 | 4 |
|
7 | 5 | require ( |
8 | | - github.com/cloudfoundry/bosh-utils v0.0.523 |
9 | | - github.com/onsi/ginkgo/v2 v2.22.2 |
10 | | - github.com/onsi/gomega v1.36.2 |
| 6 | + github.com/cloudfoundry/bosh-utils v0.0.605 |
| 7 | + github.com/onsi/ginkgo/v2 v2.28.1 |
| 8 | + github.com/onsi/gomega v1.39.1 |
11 | 9 | gopkg.in/yaml.v2 v2.4.0 |
12 | 10 | ) |
13 | 11 |
|
14 | 12 | require ( |
| 13 | + github.com/Masterminds/semver/v3 v3.4.0 // indirect |
15 | 14 | github.com/bmatcuk/doublestar v1.3.4 // indirect |
16 | | - github.com/charlievieth/fs v0.0.3 // indirect |
17 | | - github.com/go-logr/logr v1.4.2 // indirect |
| 15 | + github.com/go-logr/logr v1.4.3 // indirect |
18 | 16 | github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
19 | | - github.com/google/go-cmp v0.6.0 // indirect |
20 | | - github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect |
21 | | - golang.org/x/net v0.34.0 // indirect |
22 | | - golang.org/x/sys v0.29.0 // indirect |
23 | | - golang.org/x/text v0.21.0 // indirect |
24 | | - golang.org/x/tools v0.29.0 // indirect |
25 | | - gopkg.in/yaml.v3 v3.0.1 // indirect |
| 17 | + github.com/google/go-cmp v0.7.0 // indirect |
| 18 | + github.com/google/pprof v0.0.0-20260302011040-a15ffb7f9dcc // indirect |
| 19 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 20 | + golang.org/x/mod v0.34.0 // indirect |
| 21 | + golang.org/x/net v0.53.0 // indirect |
| 22 | + golang.org/x/sync v0.20.0 // indirect |
| 23 | + golang.org/x/sys v0.43.0 // indirect |
| 24 | + golang.org/x/text v0.36.0 // indirect |
| 25 | + golang.org/x/tools v0.43.0 // indirect |
26 | 26 | ) |
0 commit comments