Skip to content

Commit 515d866

Browse files
committed
fix: bump golang dependencies
1 parent c39bdea commit 515d866

2 files changed

Lines changed: 44 additions & 110 deletions

File tree

go.mod

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ replace github.com/alessio/shellescape => al.essio.dev/pkg/shellescape v1.5.1
99

1010
require (
1111
github.com/google/uuid v1.6.0
12-
github.com/hetznercloud/hcloud-go/v2 v2.21.1
12+
github.com/hetznercloud/hcloud-go/v2 v2.22.0
1313
github.com/loft-sh/devpod v0.6.15
1414
github.com/loft-sh/log v0.0.0-20250610153027-c2f046135b12
1515
github.com/mrsimonemms/hetzner-golang-actions v0.1.0
1616
github.com/pkg/errors v0.9.1
1717
github.com/sirupsen/logrus v1.9.3
1818
github.com/spf13/cobra v1.9.1
1919
github.com/stretchr/testify v1.10.0
20-
golang.org/x/crypto v0.39.0
20+
golang.org/x/crypto v0.40.0
2121
gopkg.in/yaml.v3 v3.0.1
22-
sigs.k8s.io/yaml v1.5.0
22+
sigs.k8s.io/yaml v1.6.0
2323
)
2424

2525
require (
@@ -30,43 +30,40 @@ require (
3030
github.com/alessio/shellescape v1.6.0 // indirect
3131
github.com/beorn7/perks v1.0.1 // indirect
3232
github.com/blang/semver v3.5.1+incompatible // indirect
33-
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
33+
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/containerd/typeurl/v2 v2.2.3 // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37-
github.com/docker/docker v28.3.0+incompatible // indirect
37+
github.com/docker/docker v28.3.3+incompatible // indirect
3838
github.com/ghodss/yaml v1.0.0 // indirect
3939
github.com/go-logr/logr v1.4.3 // indirect
4040
github.com/gogo/protobuf v1.3.2 // indirect
4141
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4242
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
4343
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
44-
github.com/klauspost/compress v1.18.0 // indirect
4544
github.com/mattn/go-colorable v0.1.14 // indirect
4645
github.com/mattn/go-isatty v0.0.20 // indirect
4746
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
48-
github.com/moby/buildkit v0.23.1 // indirect
47+
github.com/moby/buildkit v0.23.2 // indirect
4948
github.com/moby/patternmatcher v0.6.0 // indirect
5049
github.com/moby/term v0.5.2 // indirect
51-
github.com/muesli/cancelreader v0.2.2 // indirect
5250
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5351
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
5452
github.com/pmezard/go-difflib v1.0.0 // indirect
5553
github.com/prometheus/client_golang v1.22.0 // indirect
5654
github.com/prometheus/client_model v0.6.2 // indirect
5755
github.com/prometheus/common v0.65.0 // indirect
58-
github.com/prometheus/procfs v0.16.1 // indirect
59-
github.com/spf13/pflag v1.0.6 // indirect
56+
github.com/prometheus/procfs v0.17.0 // indirect
57+
github.com/spf13/pflag v1.0.7 // indirect
6058
github.com/tidwall/jsonc v0.3.2 // indirect
6159
go.yaml.in/yaml/v2 v2.4.2 // indirect
62-
golang.org/x/net v0.41.0 // indirect
63-
golang.org/x/sync v0.15.0 // indirect
64-
golang.org/x/sys v0.33.0 // indirect
65-
golang.org/x/term v0.32.0 // indirect
66-
golang.org/x/text v0.26.0 // indirect
60+
golang.org/x/net v0.42.0 // indirect
61+
golang.org/x/sys v0.34.0 // indirect
62+
golang.org/x/term v0.33.0 // indirect
63+
golang.org/x/text v0.27.0 // indirect
6764
google.golang.org/protobuf v1.36.6 // indirect
6865
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
6966
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
7067
gopkg.in/yaml.v2 v2.4.0 // indirect
71-
mvdan.cc/sh/v3 v3.11.0 // indirect
68+
mvdan.cc/sh/v3 v3.12.0 // indirect
7269
)

0 commit comments

Comments
 (0)