Skip to content

Commit

Permalink
deps(go): bump github.com/uptrace/bun from 1.1.6 to 1.1.7
Browse files Browse the repository at this point in the history
Bumps [github.com/uptrace/bun](https://github.com/uptrace/bun) from 1.1.6 to
1.1.7.
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ptrus committed Aug 3, 2022
1 parent 341c3a7 commit f7790b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 547 deletions.
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -14,10 +14,10 @@ require (
github.com/rs/cors v1.8.2
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.0
github.com/uptrace/bun v1.1.6
github.com/uptrace/bun/dialect/pgdialect v1.1.6
github.com/uptrace/bun/driver/pgdriver v1.1.6
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
github.com/uptrace/bun v1.1.7
github.com/uptrace/bun/dialect/pgdialect v1.1.7
github.com/uptrace/bun/driver/pgdriver v1.1.7
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
google.golang.org/grpc v1.48.0
)

Expand Down Expand Up @@ -90,7 +90,7 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2 // indirect
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/grpc/security/advancedtls v0.0.0-20200902210233-8630cac324bf // indirect
Expand Down

0 comments on commit f7790b4

Please sign in to comment.