Skip to content

Commit

Permalink
Bump the bun group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the bun group with 3 updates: [github.com/uptrace/bun](https://github.com/uptrace/bun), [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) and [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun).


Updates `github.com/uptrace/bun` from 1.1.14 to 1.1.16
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.1.14...v1.1.16)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.1.14 to 1.1.16
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.1.14...v1.1.16)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.1.14 to 1.1.16
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.1.14...v1.1.16)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 2bbefc8 commit f6c3ca2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ require (
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/tinylib/msgp v1.1.8
github.com/twmb/murmur3 v1.1.8
github.com/uptrace/bun v1.1.14
github.com/uptrace/bun/dialect/pgdialect v1.1.14
github.com/uptrace/bun/driver/pgdriver v1.1.14
github.com/uptrace/bun v1.1.16
github.com/uptrace/bun/dialect/pgdialect v1.1.16
github.com/uptrace/bun/driver/pgdriver v1.1.16
github.com/urfave/negroni v1.0.0
github.com/vishvananda/netlink v1.2.1-beta.2.0.20230807190133-6afddb37c1f0
github.com/vishvananda/netns v0.0.4
Expand Down Expand Up @@ -669,7 +669,7 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rs/zerolog v1.29.1 // indirect
github.com/rs/zerolog v1.30.0 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sigstore/rekor v1.2.2 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
Expand Down
17 changes: 9 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6c3ca2

Please sign in to comment.