Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/moov-io/pinblock digest to 59484be #32

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-kit/log v0.2.1
github.com/gorilla/mux v1.8.1
github.com/moov-io/base v0.53.0
github.com/moov-io/pinblock v0.0.0-20240830153717-1ecbffa29fbd
github.com/moov-io/pinblock v0.0.0-20241211163540-59484be0a633
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ github.com/moov-io/pinblock v0.0.0-20240425135420-6c52755574a1 h1:rWyBUn7fmwPwvy
github.com/moov-io/pinblock v0.0.0-20240425135420-6c52755574a1/go.mod h1:Q5SKexjUCzm+y05rL5MjD5BvqkmCsmh92G/JuIFcowI=
github.com/moov-io/pinblock v0.0.0-20240830153717-1ecbffa29fbd h1:vU96yZr3fMziNLB3MH5ps04blp6mwlaBL4CNJrFbxMw=
github.com/moov-io/pinblock v0.0.0-20240830153717-1ecbffa29fbd/go.mod h1:Q5SKexjUCzm+y05rL5MjD5BvqkmCsmh92G/JuIFcowI=
github.com/moov-io/pinblock v0.0.0-20241211163540-59484be0a633 h1:R9piZcu41I/xiCHTA7y5RcXlh7BKZLNZ0UY+XMitXVc=
github.com/moov-io/pinblock v0.0.0-20241211163540-59484be0a633/go.mod h1:9Mel37Egw3MLaQvkx9AZdajpcSTdoXEjSl0YebRLrUQ=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
Loading