Skip to content

Commit f6ffed5

Browse files
chore(deps): update module github.com/go-git/gcfg to v2
1 parent b7904a4 commit f6ffed5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/fzipp/gocyclo v0.6.0 // indirect
7373
github.com/ghostiam/protogetter v0.3.10 // indirect
7474
github.com/go-critic/go-critic v0.12.0 // indirect
75-
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
75+
github.com/go-git/gcfg/v2 v2.0.1 // indirect
7676
github.com/go-git/go-billy/v5 v5.6.2 // indirect
7777
github.com/go-git/go-git/v5 v5.14.0 // indirect
7878
github.com/go-logr/logr v1.4.2 // indirect

internal/tools/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ github.com/go-critic/go-critic v0.12.0 h1:iLosHZuye812wnkEz1Xu3aBwn5ocCPfc9yqmFG
151151
github.com/go-critic/go-critic v0.12.0/go.mod h1:DpE0P6OVc6JzVYzmM5gq5jMU31zLr4am5mB/VfFK64w=
152152
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
153153
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
154+
github.com/go-git/gcfg/v2 v2.0.1/go.mod h1:/lv2NsxvhepuMrldsFilrgct6pxzpGdSRC13ydTLSLs=
154155
github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=
155156
github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU=
156157
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=

0 commit comments

Comments
 (0)