Skip to content

Commit 6f73534

Browse files
api: bump github.com/uptrace/bun/dialect/pgdialect in /api
1 parent 1a10a6f commit 6f73534

File tree

4 files changed

+9
-738
lines changed

4 files changed

+9
-738
lines changed

api/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/getkin/kin-openapi v0.133.0
88
github.com/getsentry/sentry-go v0.42.0
99
github.com/golang-jwt/jwt/v4 v4.5.2
10+
github.com/google/uuid v1.6.0
1011
github.com/gorilla/websocket v1.5.3
1112
github.com/jackc/pgx/v5 v5.8.0
1213
github.com/labstack/echo-contrib v0.17.4
@@ -23,8 +24,8 @@ require (
2324
github.com/testcontainers/testcontainers-go v0.40.0
2425
github.com/testcontainers/testcontainers-go/modules/mongodb v0.40.0
2526
github.com/testcontainers/testcontainers-go/modules/postgres v0.40.0
26-
github.com/uptrace/bun v1.2.17
27-
github.com/uptrace/bun/dialect/pgdialect v1.2.17
27+
github.com/uptrace/bun v1.2.18
28+
github.com/uptrace/bun/dialect/pgdialect v1.2.18
2829
github.com/xakep666/mongo-migrate v0.3.2
2930
go.mongodb.org/mongo-driver v1.17.8
3031
golang.org/x/crypto v0.48.0
@@ -73,7 +74,6 @@ require (
7374
github.com/golang/mock v1.6.0 // indirect
7475
github.com/golang/protobuf v1.5.4 // indirect
7576
github.com/golang/snappy v1.0.0 // indirect
76-
github.com/google/uuid v1.6.0 // indirect
7777
github.com/gorilla/mux v1.8.0 // indirect
7878
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
7979
github.com/hashicorp/errwrap v1.1.0 // indirect

0 commit comments

Comments
 (0)