diff --git a/go.mod b/go.mod index b857763e..50c990b2 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/adrg/xdg v0.5.0 github.com/alecthomas/kong v0.9.0 github.com/charmbracelet/log v0.4.0 - github.com/go-git/go-billy/v5 v5.5.1-0.20240814154544-eaed248167f1 + github.com/go-git/go-billy/v5 v5.5.1-0.20240819193939-9b484184bdcc github.com/go-git/go-git/v5 v5.12.1-0.20240809133458-4fd9979d5c29 github.com/gobwas/glob v0.2.3 github.com/otiai10/copy v1.14.0 diff --git a/go.sum b/go.sum index abc67a4e..816188a2 100644 --- a/go.sum +++ b/go.sum @@ -46,6 +46,8 @@ github.com/go-git/go-billy/v5 v5.5.1-0.20240805213603-fac749f7395a h1:E7kbQRzNIt github.com/go-git/go-billy/v5 v5.5.1-0.20240805213603-fac749f7395a/go.mod h1:X5ZGvb06udYfe+YUV3Hml7eWViUhjq98lqGLz53viVc= github.com/go-git/go-billy/v5 v5.5.1-0.20240814154544-eaed248167f1 h1:MGoBSiT4C9k32pmVplTXDBGupItZle84QUa9pVTuOSQ= github.com/go-git/go-billy/v5 v5.5.1-0.20240814154544-eaed248167f1/go.mod h1:sFDq7xD3fn3E0GOwUSZqHo9lrkmx8xJhA0ZrfvjBRGM= +github.com/go-git/go-billy/v5 v5.5.1-0.20240819193939-9b484184bdcc h1:fpw3vn8skBvfPwsKRq6K2o/55ZcwAid/9lubG/NyNNE= +github.com/go-git/go-billy/v5 v5.5.1-0.20240819193939-9b484184bdcc/go.mod h1:sFDq7xD3fn3E0GOwUSZqHo9lrkmx8xJhA0ZrfvjBRGM= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= github.com/go-git/go-git/v5 v5.12.1-0.20240807144107-c594bae8d75d h1:hJt4GF2BxUI1X20p6APebYu4T7TG4t3HWNwEbgFVilU= diff --git a/nix/packages/treefmt/gomod2nix.toml b/nix/packages/treefmt/gomod2nix.toml index ad4af770..2ec3fb81 100644 --- a/nix/packages/treefmt/gomod2nix.toml +++ b/nix/packages/treefmt/gomod2nix.toml @@ -44,8 +44,8 @@ schema = 3 version = "v1.5.1-0.20230307220236-3a3c6141e376" hash = "sha256-f4k0gSYuo0/q3WOoTxl2eFaj7WZpdz29ih6CKc8Ude8=" [mod."github.com/go-git/go-billy/v5"] - version = "v5.5.1-0.20240814154544-eaed248167f1" - hash = "sha256-POgfOj4obLbRBwe3TGkU27ZDgpEJBC/FsbNKaoh4jOQ=" + version = "v5.5.1-0.20240819193939-9b484184bdcc" + hash = "sha256-SJr4U7nX7Tn1xGYw3pqUtKqqWedaAW4NJ5BNUJCDbYQ=" [mod."github.com/go-git/go-git/v5"] version = "v5.12.1-0.20240809133458-4fd9979d5c29" hash = "sha256-0FT2yIcatU9B05CM4DKvsM7VwcjdeP/yV6jV9x2RsEI="