Skip to content

Commit

Permalink
Merge pull request #70 from moov-io/renovate/github.com-moov-io-base-0.x
Browse files Browse the repository at this point in the history
fix(deps): update module github.com/moov-io/base to v0.50.0
  • Loading branch information
adamdecaf authored Jun 20, 2024
2 parents 7891e85 + 6edf5c5 commit b3546c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.4

require (
cloud.google.com/go v0.115.0
github.com/moov-io/base v0.49.4
github.com/moov-io/base v0.50.0
github.com/stretchr/testify v1.9.0
)

Expand All @@ -16,7 +16,7 @@ require (
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rickar/cal/v2 v2.1.15 // indirect
github.com/rickar/cal/v2 v2.1.16 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@ github.com/moov-io/base v0.49.3 h1:35/hhHCAr1K4+Ars2jLk7TNQ5I+G/lzfPVmeXkCHAl4=
github.com/moov-io/base v0.49.3/go.mod h1:ri6h0lEraRhho1S7Qe9uZy3mH77fkXU4Vnt3KjAVzaw=
github.com/moov-io/base v0.49.4 h1:vN80/CR4qLa9D3VZAv9qGYHHG6joXdvKy5YmOJ/9cB4=
github.com/moov-io/base v0.49.4/go.mod h1:FeToCMJo5ynGkSsNvZJUNz753JCDhK04q+JLeaI/9NY=
github.com/moov-io/base v0.50.0 h1:fsZCV/OE7ovDCHWdkAs0bKAwUnFWeCrTPMb50NHJwv8=
github.com/moov-io/base v0.50.0/go.mod h1:jcQD47qZfnkxNtFm+195Qy8xtzjMCzd96vcJeyOY4SM=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rickar/cal/v2 v2.1.13 h1:FENBPXxDPyL1OWGf9ZdpWGcEiGoSjt0UZED8VOxvK0c=
github.com/rickar/cal/v2 v2.1.13/go.mod h1:/fdlMcx7GjPlIBibMzOM9gMvDBsrK+mOtRXdTzUqV/A=
github.com/rickar/cal/v2 v2.1.15 h1:bm6ll40ph9BLvY35Sy5KdT6GxN7UY56ZwCq/cJAxdew=
github.com/rickar/cal/v2 v2.1.15/go.mod h1:/fdlMcx7GjPlIBibMzOM9gMvDBsrK+mOtRXdTzUqV/A=
github.com/rickar/cal/v2 v2.1.16 h1:OCbac1I/JTsagh3oyzNbXJWIb5LfdtO79tK+ZAxGjto=
github.com/rickar/cal/v2 v2.1.16/go.mod h1:/fdlMcx7GjPlIBibMzOM9gMvDBsrK+mOtRXdTzUqV/A=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
Expand Down

0 comments on commit b3546c8

Please sign in to comment.