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

Update github.com/brave-intl/bat-go/libs digest to 8b4fe85 #160

Merged
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 @@ -4,7 +4,7 @@ go 1.18

require (
github.com/aws/aws-sdk-go v1.45.8
github.com/brave-intl/bat-go/libs v0.0.0-20230911092351-1d5d359ef563
github.com/brave-intl/bat-go/libs v0.0.0-20230913115141-8b4fe85da72c
github.com/getsentry/sentry-go v0.24.1
github.com/go-chi/chi/v5 v5.0.10
github.com/prometheus/client_golang v1.16.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/brave-intl/bat-go/libs v0.0.0-20230911092351-1d5d359ef563 h1:1G4hpyfq1Rgeb3FO9LeXyACuX/zn6oDIssM0fma5z+A=
github.com/brave-intl/bat-go/libs v0.0.0-20230911092351-1d5d359ef563/go.mod h1:sUyKgpr9uxg0SARewNEkNMStvBjOeWuWoLchHgyONGA=
github.com/brave-intl/bat-go/libs v0.0.0-20230913115141-8b4fe85da72c h1:siIB7Odcs3x4CKYY8Nqdbkk+BEH+Js8yP6Kg1SjS3xo=
github.com/brave-intl/bat-go/libs v0.0.0-20230913115141-8b4fe85da72c/go.mod h1:sUyKgpr9uxg0SARewNEkNMStvBjOeWuWoLchHgyONGA=
github.com/bsm/ginkgo/v2 v2.9.5 h1:rtVBYPs3+TC5iLUVOis1B9tjLTup7Cj5IfzosKtvTJ0=
github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
Expand Down