Skip to content

Commit

Permalink
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent ccdec6d commit 8305eec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 116 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/depocket/support
go 1.18

require (
github.com/Shopify/sarama v1.32.0
github.com/samber/lo v1.21.0
go.uber.org/zap v1.23.0
gorm.io/driver/postgres v1.4.5
Expand All @@ -11,7 +12,6 @@ require (
)

require (
github.com/Shopify/sarama v1.32.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
Expand All @@ -37,10 +37,9 @@ require (
)

require (
github.com/ThreeDotsLabs/watermill v1.2.0 // indirect
github.com/ThreeDotsLabs/watermill-kafka v1.0.1 // indirect
github.com/ThreeDotsLabs/watermill v1.2.0
github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
github.com/caarlos0/env/v6 v6.10.1 // indirect
github.com/caarlos0/env/v6 v6.10.1
github.com/google/uuid v1.3.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.13.0 // indirect
Expand All @@ -59,5 +58,5 @@ require (
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.3.8 // indirect
)
Loading

0 comments on commit 8305eec

Please sign in to comment.