Skip to content

Commit

Permalink
fix(deps): update module github.com/brave-intl/bat-go to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 1c48b8c commit 046488b
Show file tree
Hide file tree
Showing 2 changed files with 1,705 additions and 1 deletion.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aws/aws-sdk-go v1.51.21
github.com/brave-intl/bat-go v0.1.0
github.com/brave-intl/bat-go v0.5.1
github.com/getsentry/sentry-go v0.27.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/pressly/lg v1.1.1
Expand All @@ -13,12 +13,15 @@ require (
)

require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/getsentry/raven-go v0.2.1-0.20190619092523-5c24d5110e0e // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
Expand All @@ -27,6 +30,12 @@ require (
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
github.com/rs/xid v1.2.1 // indirect
github.com/rs/zerolog v1.23.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shengdoushi/base58 v1.0.0 // indirect
github.com/throttled/throttled v2.2.4+incompatible // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
Expand Down
Loading

0 comments on commit 046488b

Please sign in to comment.