Skip to content

Commit 6374fed

Browse files
chore(deps): update module github.com/go-git/go-billy/v5 to v5.7.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent cad345d commit 6374fed

File tree

9 files changed

+56
-8
lines changed

9 files changed

+56
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
7373
github.com/go-fed/httpsig v1.1.0 // indirect
7474
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
75-
github.com/go-git/go-billy/v5 v5.6.2 // indirect
75+
github.com/go-git/go-billy/v5 v5.7.0 // indirect
7676
github.com/go-logr/zapr v1.3.0 // indirect
7777
github.com/go-ole/go-ole v1.3.0 // indirect
7878
github.com/go-openapi/jsonpointer v0.22.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ github.com/go-fed/httpsig v1.1.0 h1:9M+hb0jkEICD8/cAiNqEB66R87tTINszBRTjwjQzWcI=
140140
github.com/go-fed/httpsig v1.1.0/go.mod h1:RCMrTZvN1bJYtofsG4rd5NaO5obxQ5xBkdiS7xsT7bM=
141141
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
142142
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
143-
github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=
144-
github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU=
143+
github.com/go-git/go-billy/v5 v5.7.0 h1:83lBUJhGWhYp0ngzCMSgllhUSuoHP1iEWYjsPl9nwqM=
144+
github.com/go-git/go-billy/v5 v5.7.0/go.mod h1:/1IUejTKH8xipsAcdfcSAlUlo2J7lkYV8GTKxAT/L3E=
145145
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
146146
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
147147
github.com/go-git/go-git/v5 v5.16.4 h1:7ajIEZHZJULcyJebDLo99bGgS0jRrOxzZG4uCk2Yb2Y=

vendor/github.com/go-git/go-billy/v5/fs.go

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-git/go-billy/v5/helper/chroot/chroot.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-git/go-billy/v5/memfs/memory.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-git/go-billy/v5/memfs/storage.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-git/go-billy/v5/osfs/os_bound.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-git/go-billy/v5/osfs/os_chroot.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ github.com/go-git/gcfg
308308
github.com/go-git/gcfg/scanner
309309
github.com/go-git/gcfg/token
310310
github.com/go-git/gcfg/types
311-
# github.com/go-git/go-billy/v5 v5.6.2
312-
## explicit; go 1.21
311+
# github.com/go-git/go-billy/v5 v5.7.0
312+
## explicit; go 1.23.0
313313
github.com/go-git/go-billy/v5
314314
github.com/go-git/go-billy/v5/helper/chroot
315315
github.com/go-git/go-billy/v5/helper/polyfill

0 commit comments

Comments
 (0)