diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-21 21:41:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 21:41:48 -0400 |
| commit | 12bf114e68aed5689be459ee7dcfc9eeaef69e4e (patch) | |
| tree | 2c119e56bd0d496be5a31ac98e0194f794999eb9 /go.mod | |
| parent | 29438f6c0c73b12c66748b8d16d19830e79d62f6 (diff) | |
| download | xesite-12bf114e68aed5689be459ee7dcfc9eeaef69e4e.tar.xz xesite-12bf114e68aed5689be459ee7dcfc9eeaef69e4e.zip | |
build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#774)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0)
---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,10 +11,10 @@ require ( github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456 github.com/getkin/kin-openapi v0.120.0 github.com/go-faker/faker/v4 v4.3.0 - github.com/go-git/go-git/v5 v5.11.0 + github.com/go-git/go-git/v5 v5.12.0 github.com/invopop/yaml v0.2.0 github.com/joho/godotenv v1.5.1 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/twitchtv/twirp v8.1.3+incompatible golang.org/x/oauth2 v0.21.0 google.golang.org/protobuf v1.33.0 @@ -47,8 +47,8 @@ require ( github.com/perimeterx/marshmallow v1.1.5 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/sergi/go-diff v1.3.1 // indirect - github.com/skeema/knownhosts v1.2.1 // indirect + github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect + github.com/skeema/knownhosts v1.2.2 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect golang.org/x/crypto v0.21.0 // indirect |
