From 75daee769a0aad4f7367f0508eb6487e9c08a22f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:00:42 +0000 Subject: [PATCH] chore(deps): bump github.com/xmidt-org/urlegit from 0.1.8 to 0.1.9 (#35) Bumps [github.com/xmidt-org/urlegit](https://github.com/xmidt-org/urlegit) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/xmidt-org/urlegit/releases) - [Commits](https://github.com/xmidt-org/urlegit/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: github.com/xmidt-org/urlegit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7f89bfd..3dc7178 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/stretchr/testify v1.9.0 - github.com/xmidt-org/urlegit v0.1.8 + github.com/xmidt-org/urlegit v0.1.9 ) require ( diff --git a/go.sum b/go.sum index b1f8cca..40123d6 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= 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/xmidt-org/urlegit v0.1.8 h1:EoJQ+BPY785yRN2ggTJeJOzF2GW3/Rqa2Fau/J0r+2U= -github.com/xmidt-org/urlegit v0.1.8/go.mod h1:wEEFUdBOEK3bQNb5LHLMfGnTtGn8WwEKgFPk8p6lhIM= +github.com/xmidt-org/urlegit v0.1.9 h1:QVwQ6AZwWum9QBtEoNg2HhtHgccFViw019QmBLOU4Z4= +github.com/xmidt-org/urlegit v0.1.9/go.mod h1:wEEFUdBOEK3bQNb5LHLMfGnTtGn8WwEKgFPk8p6lhIM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=