Skip to content

Commit

Permalink
chore(deps): bump github.com/peterldowns/pgtestdb from 0.0.14 to 0.1.1
Browse files Browse the repository at this point in the history
Bumps [github.com/peterldowns/pgtestdb](https://github.com/peterldowns/pgtestdb) from 0.0.14 to 0.1.1.
- [Changelog](https://github.com/peterldowns/pgtestdb/blob/main/CHANGELOG.md)
- [Commits](peterldowns/pgtestdb@v0.0.14...v0.1.1)

---
updated-dependencies:
- dependency-name: github.com/peterldowns/pgtestdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent fb3848a commit 4f94e22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/oklog/ulid/v2 v2.1.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/peterbourgon/ctxdata/v4 v4.0.0
github.com/peterldowns/pgtestdb v0.0.14
github.com/peterldowns/pgtestdb v0.1.1
github.com/prometheus/client_golang v1.20.5
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.60.1
Expand Down Expand Up @@ -75,7 +75,6 @@ require (
go.opentelemetry.io/otel/trace v1.32.0
go.opentelemetry.io/proto/otlp v1.3.1
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
golang.org/x/net v0.30.0
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.1
k8s.io/apimachinery v0.31.3
Expand All @@ -86,6 +85,7 @@ require (

require (
github.com/invopop/validation v0.8.0 // indirect
golang.org/x/net v0.30.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,8 @@ github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX
github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw=
github.com/peterbourgon/ctxdata/v4 v4.0.0 h1:TmLkfE2oAht2LZBVfqiKXIYTtnMKWBktZY5GDzGV1dY=
github.com/peterbourgon/ctxdata/v4 v4.0.0/go.mod h1:lD2jtsyrpgN0fsr+mQTBqVWjIWnu5wvi6cd2DoVak2k=
github.com/peterldowns/pgtestdb v0.0.14 h1:myVNL8ethaPZG7CQIjZxZCXwOG428THYRbSm0mIelpU=
github.com/peterldowns/pgtestdb v0.0.14/go.mod h1:aG99+zgvWKOdGH+vtEFTDNVmaPOJD8ldIleuwJOgacA=
github.com/peterldowns/pgtestdb v0.1.1 h1:+hBCD1DcbKeg5Sfg0G+5WNIy/Cm0ORgwMkF4ygihrmU=
github.com/peterldowns/pgtestdb v0.1.1/go.mod h1:yVWInWV0dxvmLdL2ao3nXDzWZ9+G6EhJ4gRwvI1Ozeg=
github.com/peterldowns/testy v0.0.1 h1:9a6LzvnKcL52Crzud1z7jbsAojTntCh89ho6mgsr4KU=
github.com/peterldowns/testy v0.0.1/go.mod h1:J4sm75UEzbfBIcq0zbrshWWjsJQiJ5RrhTPYKVY2Ww8=
github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY=
Expand Down

0 comments on commit 4f94e22

Please sign in to comment.