Skip to content

Commit 1425e78

Browse files
Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.18.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.18.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.11.0...v5.18.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72d512c commit 1425e78

2 files changed

Lines changed: 67 additions & 87 deletions

File tree

go.mod

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/step-security/codeowners-validator
22

3-
go 1.21
3+
go 1.24.0
44

55
require (
66
github.com/bradleyfalzon/ghinstallation/v2 v2.9.0
@@ -11,22 +11,22 @@ require (
1111
github.com/mattn/go-zglob v0.0.4
1212
github.com/pkg/errors v0.9.1
1313
github.com/sebdah/goldie/v2 v2.5.3
14-
github.com/sergi/go-diff v1.3.1 // indirect
14+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
1515
github.com/sirupsen/logrus v1.9.3
1616
github.com/spf13/afero v1.11.0
1717
github.com/spf13/pflag v1.0.5 // indirect
18-
github.com/stretchr/testify v1.8.4
18+
github.com/stretchr/testify v1.10.0
1919
github.com/vrischmann/envconfig v1.3.0
2020
go.szostok.io/version v1.2.0
21-
golang.org/x/crypto v0.19.0 // indirect
21+
golang.org/x/crypto v0.45.0 // indirect
2222
golang.org/x/oauth2 v0.17.0
23-
golang.org/x/sys v0.17.0 // indirect
23+
golang.org/x/sys v0.38.0 // indirect
2424
gopkg.in/pipe.v2 v2.0.0-20140414041502-3c2ca4d52544
2525
gotest.tools v2.2.0+incompatible
2626
)
2727

2828
require (
29-
github.com/go-git/go-git/v5 v5.11.0
29+
github.com/go-git/go-git/v5 v5.18.0
3030
github.com/spf13/cobra v1.8.0
3131
)
3232

@@ -35,21 +35,21 @@ require (
3535
github.com/Masterminds/goutils v1.1.1 // indirect
3636
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3737
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
38-
github.com/Microsoft/go-winio v0.6.1 // indirect
39-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
38+
github.com/Microsoft/go-winio v0.6.2 // indirect
39+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
4040
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
4141
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
42-
github.com/cloudflare/circl v1.3.7 // indirect
43-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
42+
github.com/cloudflare/circl v1.6.3 // indirect
43+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
4444
github.com/davecgh/go-spew v1.1.1 // indirect
4545
github.com/emirpasic/gods v1.18.1 // indirect
4646
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
47-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
47+
github.com/go-git/go-billy/v5 v5.8.0 // indirect
4848
github.com/goccy/go-yaml v1.11.3 // indirect
4949
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
50-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
51-
github.com/golang/protobuf v1.5.3 // indirect
52-
github.com/google/go-cmp v0.6.0 // indirect
50+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
51+
github.com/golang/protobuf v1.5.4 // indirect
52+
github.com/google/go-cmp v0.7.0 // indirect
5353
github.com/google/go-github/v57 v57.0.0 // indirect
5454
github.com/google/go-querystring v1.1.0 // indirect
5555
github.com/google/uuid v1.6.0 // indirect
@@ -68,20 +68,18 @@ require (
6868
github.com/mitchellh/copystructure v1.2.0 // indirect
6969
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7070
github.com/muesli/termenv v0.15.2 // indirect
71-
github.com/pjbgf/sha1cd v0.3.0 // indirect
71+
github.com/pjbgf/sha1cd v0.3.2 // indirect
7272
github.com/pmezard/go-difflib v1.0.0 // indirect
7373
github.com/rivo/uniseg v0.4.7 // indirect
7474
github.com/shopspring/decimal v1.3.1 // indirect
75-
github.com/skeema/knownhosts v1.2.1 // indirect
75+
github.com/skeema/knownhosts v1.3.1 // indirect
7676
github.com/spf13/cast v1.6.0 // indirect
7777
github.com/xanzy/ssh-agent v0.3.3 // indirect
78-
golang.org/x/mod v0.12.0 // indirect
79-
golang.org/x/net v0.21.0 // indirect
80-
golang.org/x/text v0.14.0 // indirect
81-
golang.org/x/tools v0.13.0 // indirect
78+
golang.org/x/net v0.47.0 // indirect
79+
golang.org/x/text v0.31.0 // indirect
8280
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
8381
google.golang.org/appengine v1.6.8 // indirect
84-
google.golang.org/protobuf v1.32.0 // indirect
82+
google.golang.org/protobuf v1.33.0 // indirect
8583
gopkg.in/warnings.v0 v0.1.2 // indirect
8684
gopkg.in/yaml.v3 v3.0.1 // indirect
8785
)

0 commit comments

Comments
 (0)