Skip to content

Commit 2482a20

Browse files
authored
Merge pull request #121 from infosiftr/go-git
Update go-git (to fix failing test)
2 parents 5e4f19f + 7720612 commit 2482a20

File tree

5 files changed

+85
-110
lines changed

5 files changed

+85
-110
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bookworm AS build
1+
FROM golang:1.23-bookworm AS build
22

33
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]
44

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bookworm
1+
FROM golang:1.23-bookworm
22

33
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]
44

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bookworm
1+
FROM golang:1.23-bookworm
22

33
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]
44

go.mod

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
module github.com/docker-library/bashbrew
22

3-
go 1.21
3+
go 1.23.0
44

55
require (
66
github.com/containerd/containerd v1.6.19
7-
github.com/go-git/go-git/v5 v5.5.1
7+
github.com/go-git/go-git/v5 v5.16.2
88
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221013174636-8159c8264e2e
9-
github.com/sirupsen/logrus v1.9.0
9+
github.com/sirupsen/logrus v1.9.3
1010
github.com/urfave/cli v1.22.10
1111
go.etcd.io/bbolt v1.3.7
12-
golang.org/x/term v0.5.0
12+
golang.org/x/term v0.31.0
1313
pault.ag/go/debian v0.12.0
1414
pault.ag/go/topsort v0.1.1
1515
)
1616

1717
require (
18-
github.com/Microsoft/go-winio v0.6.0 // indirect
18+
dario.cat/mergo v1.0.0 // indirect
19+
github.com/Microsoft/go-winio v0.6.2 // indirect
1920
github.com/Microsoft/hcsshim v0.9.7 // indirect
20-
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
21-
github.com/acomagu/bufpipe v1.0.3 // indirect
22-
github.com/cloudflare/circl v1.3.1 // indirect
21+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
22+
github.com/cloudflare/circl v1.6.1 // indirect
2323
github.com/containerd/cgroups v1.0.4 // indirect
2424
github.com/containerd/continuity v0.3.0 // indirect
2525
github.com/containerd/fifo v1.0.0 // indirect
2626
github.com/containerd/ttrpc v1.1.0 // indirect
2727
github.com/containerd/typeurl v1.0.2 // indirect
2828
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
29+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2930
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
3031
github.com/emirpasic/gods v1.18.1 // indirect
31-
github.com/go-git/gcfg v1.5.0 // indirect
32-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
32+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
33+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
3334
github.com/gogo/googleapis v1.4.1 // indirect
3435
github.com/gogo/protobuf v1.3.2 // indirect
35-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36-
github.com/golang/protobuf v1.5.2 // indirect
36+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
37+
github.com/golang/protobuf v1.5.4 // indirect
3738
github.com/google/uuid v1.3.0 // indirect
38-
github.com/imdario/mergo v0.3.13 // indirect
3939
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4040
github.com/kevinburke/ssh_config v1.2.0 // indirect
4141
github.com/klauspost/compress v1.15.13 // indirect
@@ -46,22 +46,20 @@ require (
4646
github.com/opencontainers/runc v1.1.4 // indirect
4747
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
4848
github.com/opencontainers/selinux v1.10.2 // indirect
49-
github.com/pjbgf/sha1cd v0.2.3 // indirect
49+
github.com/pjbgf/sha1cd v0.3.2 // indirect
5050
github.com/pkg/errors v0.9.1 // indirect
5151
github.com/russross/blackfriday/v2 v2.1.0 // indirect
52-
github.com/sergi/go-diff v1.2.0 // indirect
53-
github.com/skeema/knownhosts v1.1.0 // indirect
52+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
53+
github.com/skeema/knownhosts v1.3.1 // indirect
5454
github.com/xanzy/ssh-agent v0.3.3 // indirect
5555
go.opencensus.io v0.24.0 // indirect
56-
golang.org/x/crypto v0.4.0 // indirect
57-
golang.org/x/mod v0.7.0 // indirect
58-
golang.org/x/net v0.7.0 // indirect
59-
golang.org/x/sync v0.1.0 // indirect
60-
golang.org/x/sys v0.5.0 // indirect
61-
golang.org/x/text v0.7.0 // indirect
62-
golang.org/x/tools v0.4.0 // indirect
56+
golang.org/x/crypto v0.37.0 // indirect
57+
golang.org/x/net v0.39.0 // indirect
58+
golang.org/x/sync v0.13.0 // indirect
59+
golang.org/x/sys v0.32.0 // indirect
60+
golang.org/x/text v0.24.0 // indirect
6361
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
6462
google.golang.org/grpc v1.51.0 // indirect
65-
google.golang.org/protobuf v1.28.1 // indirect
63+
google.golang.org/protobuf v1.33.0 // indirect
6664
gopkg.in/warnings.v0 v0.1.2 // indirect
6765
)

0 commit comments

Comments
 (0)