|
1 | 1 | module github.com/arangodb-helper/arangodb |
2 | 2 |
|
3 | | -go 1.23.8 |
| 3 | +go 1.24.0 |
| 4 | + |
| 5 | +toolchain go1.24.9 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/arangodb-helper/go-certificates v0.0.0-20180821055445-9fca24fc2680 |
7 | 9 | github.com/arangodb-helper/go-helper v0.4.2 |
8 | | - github.com/arangodb/go-driver v1.6.6 |
| 10 | + github.com/arangodb/go-driver v1.6.7 |
9 | 11 | github.com/arangodb/go-upgrade-rules v0.0.0-20200605091205-439fb1ee86e7 |
10 | 12 | github.com/cenkalti/backoff v2.2.1+incompatible |
11 | 13 | github.com/coreos/go-semver v0.3.1 |
12 | 14 | github.com/dchest/uniuri v1.2.0 |
13 | 15 | github.com/fatih/color v1.9.0 |
14 | | - github.com/fsouza/go-dockerclient v1.9.7 |
15 | | - github.com/golang-jwt/jwt/v5 v5.2.2 |
| 16 | + github.com/fsouza/go-dockerclient v1.12.2 |
| 17 | + github.com/golang-jwt/jwt/v5 v5.3.0 |
16 | 18 | github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
17 | 19 | github.com/mitchellh/go-homedir v1.1.0 |
18 | | - github.com/opencontainers/runc v1.1.14 |
| 20 | + github.com/opencontainers/cgroups v0.0.6 |
19 | 21 | github.com/pkg/errors v0.9.1 |
20 | 22 | github.com/rs/zerolog v1.33.0 |
21 | 23 | github.com/ryanuber/columnize v2.1.0+incompatible |
22 | | - github.com/spf13/cobra v1.0.0 |
| 24 | + github.com/spf13/cobra v1.5.0 |
23 | 25 | github.com/spf13/pflag v1.0.5 |
24 | | - github.com/stretchr/testify v1.9.0 |
25 | | - golang.org/x/crypto v0.35.0 |
| 26 | + github.com/stretchr/testify v1.11.1 |
| 27 | + golang.org/x/crypto v0.43.0 |
26 | 28 | gopkg.in/ini.v1 v1.66.6 |
27 | 29 | ) |
28 | 30 |
|
29 | 31 | require ( |
30 | | - github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect |
| 32 | + github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect |
31 | 33 | github.com/Microsoft/go-winio v0.6.2 // indirect |
32 | 34 | github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect |
33 | | - github.com/containerd/containerd v1.7.27 // indirect |
34 | 35 | github.com/containerd/log v0.1.0 // indirect |
35 | | - github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
36 | | - github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
| 36 | + github.com/coreos/go-systemd/v22 v22.6.0 // indirect |
| 37 | + github.com/cyphar/filepath-securejoin v0.6.0 // indirect |
37 | 38 | github.com/davecgh/go-spew v1.1.1 // indirect |
38 | | - github.com/docker/docker v25.0.6+incompatible // indirect |
39 | | - github.com/docker/go-connections v0.4.0 // indirect |
| 39 | + github.com/docker/docker v28.5.1+incompatible // indirect |
| 40 | + github.com/docker/go-connections v0.6.0 // indirect |
40 | 41 | github.com/docker/go-units v0.5.0 // indirect |
41 | 42 | github.com/godbus/dbus/v5 v5.1.0 // indirect |
42 | | - github.com/gogo/protobuf v1.3.2 // indirect |
43 | 43 | github.com/inconshreveable/mousetrap v1.0.0 // indirect |
44 | | - github.com/klauspost/compress v1.16.7 // indirect |
| 44 | + github.com/klauspost/compress v1.18.1 // indirect |
45 | 45 | github.com/kr/text v0.2.0 // indirect |
46 | 46 | github.com/mattn/go-colorable v0.1.13 // indirect |
47 | 47 | github.com/mattn/go-isatty v0.0.20 // indirect |
48 | | - github.com/moby/patternmatcher v0.5.0 // indirect |
49 | | - github.com/moby/sys/mountinfo v0.6.2 // indirect |
50 | | - github.com/moby/sys/sequential v0.5.0 // indirect |
51 | | - github.com/moby/sys/user v0.3.0 // indirect |
| 48 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 49 | + github.com/moby/go-archive v0.1.0 // indirect |
| 50 | + github.com/moby/patternmatcher v0.6.0 // indirect |
| 51 | + github.com/moby/sys/mountinfo v0.7.2 // indirect |
| 52 | + github.com/moby/sys/sequential v0.6.0 // indirect |
| 53 | + github.com/moby/sys/user v0.4.0 // indirect |
52 | 54 | github.com/moby/sys/userns v0.1.0 // indirect |
53 | | - github.com/moby/term v0.5.0 // indirect |
| 55 | + github.com/moby/term v0.5.2 // indirect |
54 | 56 | github.com/morikuni/aec v1.0.0 // indirect |
55 | 57 | github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
56 | 58 | github.com/opencontainers/go-digest v1.0.0 // indirect |
57 | | - github.com/opencontainers/image-spec v1.1.0 // indirect |
58 | | - github.com/opencontainers/runtime-spec v1.1.0 // indirect |
| 59 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
59 | 60 | github.com/pavel-v-chernykh/keystore-go v2.1.0+incompatible // indirect |
60 | 61 | github.com/pmezard/go-difflib v1.0.0 // indirect |
61 | 62 | github.com/sirupsen/logrus v1.9.3 // indirect |
62 | | - golang.org/x/sys v0.31.0 // indirect |
63 | | - golang.org/x/term v0.30.0 // indirect |
| 63 | + golang.org/x/sys v0.37.0 // indirect |
| 64 | + golang.org/x/term v0.36.0 // indirect |
64 | 65 | gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect |
65 | 66 | gopkg.in/yaml.v3 v3.0.1 // indirect |
66 | | - gotest.tools/v3 v3.4.0 // indirect |
67 | 67 | ) |
0 commit comments