From 7a713c1c2afa7c64d85966000e6e6300e44ee2b8 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:03:22 +0000 Subject: [PATCH] Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY] (#783) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | require | minor | `v5.12.0` -> `v5.13.0` | ### GitHub Vulnerability Alerts #### [CVE-2025-21613](https://redirect.github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m) ### Impact An argument injection vulnerability was discovered in `go-git` versions prior to `v5.13`. Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to [git-upload-pack flags](https://git-scm.com/docs/git-upload-pack). This only happens when the `file` transport protocol is being used, as that is the only protocol that shells out to `git` binaries. ### Affected versions Users running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.13` in order to mitigate this vulnerability. ### Workarounds In cases where a bump to the latest version of `go-git` is not possible, we recommend users to enforce restrict validation rules for values passed in the URL field. ## Credit Thanks to @​vin01 for responsibly disclosing this vulnerability to us. #### [CVE-2025-21614](https://redirect.github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4) ### Impact A denial of service (DoS) vulnerability was discovered in go-git versions prior to `v5.13`. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in `go-git` clients. This is a `go-git` implementation issue and does not affect the upstream `git` cli. ### Patches Users running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.13` in order to mitigate this vulnerability. ### Workarounds In cases where a bump to the latest version of `go-git` is not possible, we recommend limiting its use to only trust-worthy Git servers. ## Credit Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us. --- ### Release Notes
go-git/go-git (github.com/go-git/go-git/v5) ### [`v5.13.0`](https://redirect.github.com/go-git/go-git/releases/tag/v5.13.0) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.12.0...v5.13.0) #### What's Changed - build: bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 in /cli/go-git by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1065](https://redirect.github.com/go-git/go-git/pull/1065) - build: bump golang.org/x/net from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1068](https://redirect.github.com/go-git/go-git/pull/1068) - build: bump golang.org/x/net from 0.23.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1071](https://redirect.github.com/go-git/go-git/pull/1071) - Properly support skipping of non-mandatory extensions by [@​codablock](https://redirect.github.com/codablock) in [https://github.com/go-git/go-git/pull/1066](https://redirect.github.com/go-git/go-git/pull/1066) - git: Refine some codes in test and non-test. by [@​onee-only](https://redirect.github.com/onee-only) in [https://github.com/go-git/go-git/pull/1077](https://redirect.github.com/go-git/go-git/pull/1077) - plumbing: protocol/packp, client-side filter capability support by [@​edigaryev](https://redirect.github.com/edigaryev) in [https://github.com/go-git/go-git/pull/1000](https://redirect.github.com/go-git/go-git/pull/1000) - build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-git by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1078](https://redirect.github.com/go-git/go-git/pull/1078) - plumbing: fix sideband demux on flush by [@​aymanbagabas](https://redirect.github.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/1084](https://redirect.github.com/go-git/go-git/pull/1084) - storage: dotgit, head reference usually comes first by [@​aymanbagabas](https://redirect.github.com/aymanbagabas) in [https://github.com/go-git/go-git/pull/1085](https://redirect.github.com/go-git/go-git/pull/1085) - build: bump golang.org/x/text from 0.14.0 to 0.15.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1091](https://redirect.github.com/go-git/go-git/pull/1091) - build: bump golang.org/x/crypto from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1094](https://redirect.github.com/go-git/go-git/pull/1094) - build: bump golang.org/x/net from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1093](https://redirect.github.com/go-git/go-git/pull/1093) - git: Added an example for Repository.Branches by [@​johnmatthiggins](https://redirect.github.com/johnmatthiggins) in [https://github.com/go-git/go-git/pull/1088](https://redirect.github.com/go-git/go-git/pull/1088) - git: worktree_commit, Modify checking empty commit. Fixes [#​723](https://redirect.github.com/go-git/go-git/issues/723) by [@​onee-only](https://redirect.github.com/onee-only) in [https://github.com/go-git/go-git/pull/1050](https://redirect.github.com/go-git/go-git/pull/1050) - plumbing: transport/http, Wrap http errors to return reason. Fixes [#​1097](https://redirect.github.com/go-git/go-git/issues/1097) by [@​ggambetti](https://redirect.github.com/ggambetti) in [https://github.com/go-git/go-git/pull/1100](https://redirect.github.com/go-git/go-git/pull/1100) - build: bump golang.org/x/sys from 0.20.0 to 0.21.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1106](https://redirect.github.com/go-git/go-git/pull/1106) - build: bump golang.org/x/text from 0.15.0 to 0.16.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1107](https://redirect.github.com/go-git/go-git/pull/1107) - Bumps Go versions and go-billy by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1056](https://redirect.github.com/go-git/go-git/pull/1056) - \_examples: Fixed a dead link COMPATIBILITY.md by [@​gecko655](https://redirect.github.com/gecko655) in [https://github.com/go-git/go-git/pull/1109](https://redirect.github.com/go-git/go-git/pull/1109) - build: bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 in /cli/go-git by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1115](https://redirect.github.com/go-git/go-git/pull/1115) - build: bump github.com/elazarl/goproxy from v0.0.0-20230808193330-2592e75ae04a to v0.0.0-20240618083138-03be62527ccb by [@​hbelmiro](https://redirect.github.com/hbelmiro) in [https://github.com/go-git/go-git/pull/1124](https://redirect.github.com/go-git/go-git/pull/1124) - build: bump golang.org/x/net from 0.25.0 to 0.26.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1104](https://redirect.github.com/go-git/go-git/pull/1104) - Add option approximating `git clean -x` flag. by [@​msuozzo](https://redirect.github.com/msuozzo) in [https://github.com/go-git/go-git/pull/995](https://redirect.github.com/go-git/go-git/pull/995) - Revert "Add option approximating `git clean -x` flag." by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1129](https://redirect.github.com/go-git/go-git/pull/1129) - Fix reference updated concurrently error for the filesystem storer by [@​Javier-varez](https://redirect.github.com/Javier-varez) in [https://github.com/go-git/go-git/pull/1116](https://redirect.github.com/go-git/go-git/pull/1116) - build: bump golang.org/x/net from 0.26.0 to 0.27.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1134](https://redirect.github.com/go-git/go-git/pull/1134) - utils: merkletrie, Align error message with upstream by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1142](https://redirect.github.com/go-git/go-git/pull/1142) - plumbing: transport/file, Change paths to absolute by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1141](https://redirect.github.com/go-git/go-git/pull/1141) - plumbing: gitignore, Fix loading of ignored .gitignore files. by [@​Achilleshiel](https://redirect.github.com/Achilleshiel) in [https://github.com/go-git/go-git/pull/1114](https://redirect.github.com/go-git/go-git/pull/1114) - build: bump github.com/skeema/knownhosts from 1.2.2 to 1.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1147](https://redirect.github.com/go-git/go-git/pull/1147) - plumbing: transport/ssh, Add support for SSH [@​cert-authority](https://redirect.github.com/cert-authority). by [@​Javier-varez](https://redirect.github.com/Javier-varez) in [https://github.com/go-git/go-git/pull/1157](https://redirect.github.com/go-git/go-git/pull/1157) - build: run example tests during CI workflow by [@​crazybolillo](https://redirect.github.com/crazybolillo) in [https://github.com/go-git/go-git/pull/1030](https://redirect.github.com/go-git/go-git/pull/1030) - storage: filesystem, Fix object cache not working due to uninitialised objects being put into cache by [@​SatelliteMind](https://redirect.github.com/SatelliteMind) in [https://github.com/go-git/go-git/pull/1138](https://redirect.github.com/go-git/go-git/pull/1138) - git: Fix fetching missing commits by [@​AriehSchneier](https://redirect.github.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/1032](https://redirect.github.com/go-git/go-git/pull/1032) - plumbing: format/packfile, remove duplicate checks in findMatch() by [@​edigaryev](https://redirect.github.com/edigaryev) in [https://github.com/go-git/go-git/pull/1152](https://redirect.github.com/go-git/go-git/pull/1152) - git: worktree, Fix file reported as `Untracked` while it is committed by [@​rodrigocam](https://redirect.github.com/rodrigocam) in [https://github.com/go-git/go-git/pull/1023](https://redirect.github.com/go-git/go-git/pull/1023) - build: bump golang.org/x/sys from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1160](https://redirect.github.com/go-git/go-git/pull/1160) - plumbing: filemode, Remove check for setting size of .git/index file by [@​nicholasSUSE](https://redirect.github.com/nicholasSUSE) in [https://github.com/go-git/go-git/pull/1159](https://redirect.github.com/go-git/go-git/pull/1159) - build: bump golang.org/x/net from 0.27.0 to 0.28.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1163](https://redirect.github.com/go-git/go-git/pull/1163) - Fix some lint warning and increase stalebot to 180 days by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1128](https://redirect.github.com/go-git/go-git/pull/1128) - adjust path extracted from file: url on Windows by [@​tomqwpl](https://redirect.github.com/tomqwpl) in [https://github.com/go-git/go-git/pull/416](https://redirect.github.com/go-git/go-git/pull/416) - build: bump golang.org/x/sys from 0.23.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1164](https://redirect.github.com/go-git/go-git/pull/1164) - Add RestoreStaged to Worktree that mimics the behaviour of git restore --staged ... by [@​ben-tbotlabs](https://redirect.github.com/ben-tbotlabs) in [https://github.com/go-git/go-git/pull/493](https://redirect.github.com/go-git/go-git/pull/493) - plumbing: signature, support the same x509 signature formats as git by [@​yoavamit](https://redirect.github.com/yoavamit) in [https://github.com/go-git/go-git/pull/1169](https://redirect.github.com/go-git/go-git/pull/1169) - fix: allow discovery of non bare repos in fsLoader by [@​jakobmoellerdev](https://redirect.github.com/jakobmoellerdev) in [https://github.com/go-git/go-git/pull/1170](https://redirect.github.com/go-git/go-git/pull/1170) - build: bump golang.org/x/sys from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1178](https://redirect.github.com/go-git/go-git/pull/1178) - build: bump golang.org/x/text from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1179](https://redirect.github.com/go-git/go-git/pull/1179) - build: bump golang.org/x/net from 0.28.0 to 0.29.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1184](https://redirect.github.com/go-git/go-git/pull/1184) - Consume push URLs when they are provided by [@​mcepl](https://redirect.github.com/mcepl) in [https://github.com/go-git/go-git/pull/1191](https://redirect.github.com/go-git/go-git/pull/1191) - \*: use gocheck's MkDir instead of TempDir for tests. Fixes [#​807](https://redirect.github.com/go-git/go-git/issues/807) by [@​uragirii](https://redirect.github.com/uragirii) in [https://github.com/go-git/go-git/pull/1194](https://redirect.github.com/go-git/go-git/pull/1194) - build: bump golang.org/x/net from 0.29.0 to 0.30.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1200](https://redirect.github.com/go-git/go-git/pull/1200) - worktree: .git/index not correctly generated when running on Windows by [@​BeChris](https://redirect.github.com/BeChris) in [https://github.com/go-git/go-git/pull/1198](https://redirect.github.com/go-git/go-git/pull/1198) - git: worktree, Fix sparse reset. Fixes [#​90](https://redirect.github.com/go-git/go-git/issues/90) by [@​onee-only](https://redirect.github.com/onee-only) in [https://github.com/go-git/go-git/pull/1101](https://redirect.github.com/go-git/go-git/pull/1101) - git: worktree, Pass context on updateSubmodules. Fixes [#​1098](https://redirect.github.com/go-git/go-git/issues/1098) by [@​onee-only](https://redirect.github.com/onee-only) in [https://github.com/go-git/go-git/pull/1154](https://redirect.github.com/go-git/go-git/pull/1154) - build: bump github.com/go-git/go-billy/v5 from 5.5.1-0.20240427054813-8453aa90c6ec to 5.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1211](https://redirect.github.com/go-git/go-git/pull/1211) - Update contributing guidelines by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1217](https://redirect.github.com/go-git/go-git/pull/1217) - build: bump github.com/ProtonMail/go-crypto from 1.0.0 to 1.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1222](https://redirect.github.com/go-git/go-git/pull/1222) - build: bump golang.org/x/sys from 0.26.0 to 0.27.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1223](https://redirect.github.com/go-git/go-git/pull/1223) - build: bump golang.org/x/crypto from 0.28.0 to 0.29.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1221](https://redirect.github.com/go-git/go-git/pull/1221) - build: bump github.com/ProtonMail/go-crypto from 1.1.1 to 1.1.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1226](https://redirect.github.com/go-git/go-git/pull/1226) - build: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1232](https://redirect.github.com/go-git/go-git/pull/1232) - build: bump github.com/ProtonMail/go-crypto from 1.1.2 to 1.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1231](https://redirect.github.com/go-git/go-git/pull/1231) - build: General improvements around fuzzing by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1229](https://redirect.github.com/go-git/go-git/pull/1229) - build: bump golang.org/x/net from 0.30.0 to 0.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1241](https://redirect.github.com/go-git/go-git/pull/1241) - build: group dependabot updates for golang.org by [@​AriehSchneier](https://redirect.github.com/AriehSchneier) in [https://github.com/go-git/go-git/pull/1243](https://redirect.github.com/go-git/go-git/pull/1243) - build: bump github/codeql-action from 2.22.11 to 3.27.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1244](https://redirect.github.com/go-git/go-git/pull/1244) - build: bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /cli/go-git by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1246](https://redirect.github.com/go-git/go-git/pull/1246) - build: bump golang.org/x/crypto from 0.30.0 to 0.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1247](https://redirect.github.com/go-git/go-git/pull/1247) - build: bump github.com/gliderlabs/ssh from 0.3.7 to 0.3.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1248](https://redirect.github.com/go-git/go-git/pull/1248) - add comment preventing people from creating invalid trees by [@​petar](https://redirect.github.com/petar) in [https://github.com/go-git/go-git/pull/732](https://redirect.github.com/go-git/go-git/pull/732) - build: bump github/codeql-action from 3.27.6 to 3.27.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1250](https://redirect.github.com/go-git/go-git/pull/1250) - plumbing: Properly encode index version 4 by [@​BeChris](https://redirect.github.com/BeChris) in [https://github.com/go-git/go-git/pull/1251](https://redirect.github.com/go-git/go-git/pull/1251) - Fix typos by [@​deining](https://redirect.github.com/deining) in [https://github.com/go-git/go-git/pull/1148](https://redirect.github.com/go-git/go-git/pull/1148) - Fix reset files in subfolders by [@​linglo](https://redirect.github.com/linglo) in [https://github.com/go-git/go-git/pull/1177](https://redirect.github.com/go-git/go-git/pull/1177) - git: update switch cases by [@​hezhizhen](https://redirect.github.com/hezhizhen) in [https://github.com/go-git/go-git/pull/1182](https://redirect.github.com/go-git/go-git/pull/1182) - build: bump golang.org/x/net from 0.32.0 to 0.33.0 in the golang-org group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1256](https://redirect.github.com/go-git/go-git/pull/1256) - fix(1212): Fix invalid reference name error while cloning branches containing /- by [@​varmakarthik12](https://redirect.github.com/varmakarthik12) in [https://github.com/go-git/go-git/pull/1257](https://redirect.github.com/go-git/go-git/pull/1257) - pktline : accept upercase hexadecimal value as pktline length information by [@​BeChris](https://redirect.github.com/BeChris) in [https://github.com/go-git/go-git/pull/1220](https://redirect.github.com/go-git/go-git/pull/1220) - build: bump github/codeql-action from 3.27.9 to 3.28.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1260](https://redirect.github.com/go-git/go-git/pull/1260) - build: bump github.com/elazarl/goproxy from 0.0.0-20240618083138-03be62527ccb to 1.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-git/go-git/pull/1262](https://redirect.github.com/go-git/go-git/pull/1262) - git: worktree_commit, sanitize author and commiter name and email before creating the commit object. Fixes [#​680](https://redirect.github.com/go-git/go-git/issues/680) by [@​BeChris](https://redirect.github.com/BeChris) in [https://github.com/go-git/go-git/pull/1261](https://redirect.github.com/go-git/go-git/pull/1261) #### New Contributors - [@​johnmatthiggins](https://redirect.github.com/johnmatthiggins) made their first contribution in [https://github.com/go-git/go-git/pull/1088](https://redirect.github.com/go-git/go-git/pull/1088) - [@​ggambetti](https://redirect.github.com/ggambetti) made their first contribution in [https://github.com/go-git/go-git/pull/1100](https://redirect.github.com/go-git/go-git/pull/1100) - [@​gecko655](https://redirect.github.com/gecko655) made their first contribution in [https://github.com/go-git/go-git/pull/1109](https://redirect.github.com/go-git/go-git/pull/1109) - [@​hbelmiro](https://redirect.github.com/hbelmiro) made their first contribution in [https://github.com/go-git/go-git/pull/1124](https://redirect.github.com/go-git/go-git/pull/1124) - [@​msuozzo](https://redirect.github.com/msuozzo) made their first contribution in [https://github.com/go-git/go-git/pull/995](https://redirect.github.com/go-git/go-git/pull/995) - [@​Javier-varez](https://redirect.github.com/Javier-varez) made their first contribution in [https://github.com/go-git/go-git/pull/1116](https://redirect.github.com/go-git/go-git/pull/1116) - [@​Achilleshiel](https://redirect.github.com/Achilleshiel) made their first contribution in [https://github.com/go-git/go-git/pull/1114](https://redirect.github.com/go-git/go-git/pull/1114) - [@​crazybolillo](https://redirect.github.com/crazybolillo) made their first contribution in [https://github.com/go-git/go-git/pull/1030](https://redirect.github.com/go-git/go-git/pull/1030) - [@​SatelliteMind](https://redirect.github.com/SatelliteMind) made their first contribution in [https://github.com/go-git/go-git/pull/1138](https://redirect.github.com/go-git/go-git/pull/1138) - [@​rodrigocam](https://redirect.github.com/rodrigocam) made their first contribution in [https://github.com/go-git/go-git/pull/1023](https://redirect.github.com/go-git/go-git/pull/1023) - [@​nicholasSUSE](https://redirect.github.com/nicholasSUSE) made their first contribution in [https://github.com/go-git/go-git/pull/1159](https://redirect.github.com/go-git/go-git/pull/1159) - [@​tomqwpl](https://redirect.github.com/tomqwpl) made their first contribution in [https://github.com/go-git/go-git/pull/416](https://redirect.github.com/go-git/go-git/pull/416) - [@​ben-tbotlabs](https://redirect.github.com/ben-tbotlabs) made their first contribution in [https://github.com/go-git/go-git/pull/493](https://redirect.github.com/go-git/go-git/pull/493) - [@​yoavamit](https://redirect.github.com/yoavamit) made their first contribution in [https://github.com/go-git/go-git/pull/1169](https://redirect.github.com/go-git/go-git/pull/1169) - [@​uragirii](https://redirect.github.com/uragirii) made their first contribution in [https://github.com/go-git/go-git/pull/1194](https://redirect.github.com/go-git/go-git/pull/1194) - [@​petar](https://redirect.github.com/petar) made their first contribution in [https://github.com/go-git/go-git/pull/732](https://redirect.github.com/go-git/go-git/pull/732) - [@​deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/go-git/go-git/pull/1148](https://redirect.github.com/go-git/go-git/pull/1148) - [@​linglo](https://redirect.github.com/linglo) made their first contribution in [https://github.com/go-git/go-git/pull/1177](https://redirect.github.com/go-git/go-git/pull/1177) - [@​varmakarthik12](https://redirect.github.com/varmakarthik12) made their first contribution in [https://github.com/go-git/go-git/pull/1257](https://redirect.github.com/go-git/go-git/pull/1257) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.12.0...v5.13.0
--- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- go.mod | 10 +++++----- go.sum | 57 ++++++++++++++------------------------------------------- 2 files changed, 19 insertions(+), 48 deletions(-) diff --git a/go.mod b/go.mod index 45f75612..f369c4a9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/blang/semver v3.5.1+incompatible github.com/fluxcd/pkg/http/fetch v0.11.0 github.com/fluxcd/source-controller/api v1.3.0 - github.com/go-git/go-git/v5 v5.12.0 + github.com/go-git/go-git/v5 v5.13.0 github.com/go-logr/logr v1.4.2 github.com/gogo/protobuf v1.3.2 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 @@ -19,7 +19,7 @@ require ( github.com/prometheus/client_model v0.6.1 github.com/pulumi/pulumi/sdk/v3 v3.144.1 github.com/spf13/cobra v1.8.1 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 go.uber.org/mock v0.4.0 go.uber.org/zap v1.27.0 golang.org/x/oauth2 v0.23.0 @@ -51,7 +51,7 @@ require ( dario.cat/mergo v1.0.0 // indirect github.com/BurntSushi/toml v1.2.1 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect - github.com/ProtonMail/go-crypto v1.0.0 // indirect + github.com/ProtonMail/go-crypto v1.1.3 // indirect github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect github.com/agext/levenshtein v1.2.3 // indirect github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect @@ -79,7 +79,7 @@ require ( github.com/fluxcd/pkg/tar v0.7.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect - github.com/go-git/go-billy/v5 v5.5.0 // indirect + github.com/go-git/go-billy/v5 v5.6.0 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-logr/zapr v1.3.0 // indirect github.com/go-openapi/jsonpointer v0.21.0 // indirect @@ -139,7 +139,7 @@ require ( github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect - github.com/skeema/knownhosts v1.2.2 // indirect + github.com/skeema/knownhosts v1.3.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stoewer/go-strcase v1.3.0 // indirect github.com/texttheater/golang-levenshtein v1.0.1 // indirect diff --git a/go.sum b/go.sum index 3926136f..ca258ecb 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXY github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= -github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78= -github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= +github.com/ProtonMail/go-crypto v1.1.3 h1:nRBOetoydLeUb4nHajyO2bKqMLfWQ/ZPwkXqXxPxCFk= +github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY= github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= @@ -42,7 +42,6 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM= github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= -github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= @@ -57,7 +56,6 @@ github.com/charmbracelet/lipgloss v0.7.1/go.mod h1:yG0k3giv8Qj8edTCbbg6AlQ5e8KNW github.com/cheggaaa/pb v1.0.29 h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo= github.com/cheggaaa/pb v1.0.29/go.mod h1:W40334L7FMC5JKWldsTWbdGjLo0RxUKK73K+TuPxX30= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -72,8 +70,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/djherbis/times v1.5.0 h1:79myA211VwPhFTqUk8xehWrsEO+zcIZj0zT8mXPVARU= github.com/djherbis/times v1.5.0/go.mod h1:5q7FDLvbNg1L/KaBmPcWlVR9NmoKo3+ucqUA3ijQhA0= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= +github.com/elazarl/goproxy v1.2.1 h1:njjgvO6cRG9rIqN2ebkqy6cQz2Njkx7Fsfv/zIZqgug= +github.com/elazarl/goproxy v1.2.1/go.mod h1:YfEbZtqP4AetfO6d40vWchF3znWX7C7Vd6ZMfdL8z64= github.com/emicklei/go-restful/v3 v3.11.2 h1:1onLa9DcsMYO9P+CXaL0dStDqQ2EHHXLiz+BtnqkLAU= github.com/emicklei/go-restful/v3 v3.11.2/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= @@ -108,16 +106,16 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E= github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ= -github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE= -github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8= +github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c= +github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= -github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU= -github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow= +github.com/go-git/go-billy/v5 v5.6.0 h1:w2hPNtoehvJIxR00Vb4xX94qHQi/ApZfX+nBE2Cjio8= +github.com/go-git/go-billy/v5 v5.6.0/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.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys= -github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY= +github.com/go-git/go-git/v5 v5.13.0 h1:vLn5wlGIh/X78El6r3Jr+30W16Blk0CTcxTYcYPWi5E= +github.com/go-git/go-git/v5 v5.13.0/go.mod h1:Wjo7/JyVKtQgUNdXYXIepzWfJQkUEIGvkvVkiXRR/zw= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= @@ -308,8 +306,8 @@ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A= -github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo= +github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= +github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA= github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= @@ -333,8 +331,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U= github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8= github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o= @@ -347,7 +345,6 @@ github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/zclconf/go-cty v1.13.2 h1:4GvrUxe/QUDYuJKAav4EYqdM47/kZa672LwmXFmEKT0= github.com/zclconf/go-cty v1.13.2/go.mod h1:YKQzy/7pZ7iq2jNFzy5go57xdxdWoLLpaEp4u238AE0= github.com/zeebo/assert v1.1.0 h1:hU1L1vLTHsnO8x8c9KAR5GmM5QscxHg5RNU5z5qbUWY= @@ -389,10 +386,7 @@ go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= -golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -406,8 +400,6 @@ golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPI golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -417,12 +409,7 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200421231249-e086a090c8fd/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= -golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -433,8 +420,6 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -452,31 +437,19 @@ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= -golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ= @@ -492,8 +465,6 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ= golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=