Skip to content

Commit

Permalink
deps: update github.com/googlecloudplatform/pgadapter/wrappers/golang…
Browse files Browse the repository at this point in the history
… digest to 05b7b72
  • Loading branch information
renovate-bot committed May 27, 2024
1 parent 05b7b72 commit 1979e32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/golang/gorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module gorm
go 1.21

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240523180507-ef04d3b56a37
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240527134101-05b7b72e08d4
github.com/google/uuid v1.6.0
github.com/jackc/pgtype v1.14.3
github.com/shopspring/decimal v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions samples/golang/gorm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240522081835-c
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240522081835-cfb53f31e39f/go.mod h1:DhQKwQgWo9DILxKwvNu93rJ1GDZYUu7m87V+KZCwgoc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240523180507-ef04d3b56a37 h1:ff2X07oYwNmez5/qaibBGJwaIGqEBw1LMPL8z7D0+o0=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240523180507-ef04d3b56a37/go.mod h1:DhQKwQgWo9DILxKwvNu93rJ1GDZYUu7m87V+KZCwgoc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240527134101-05b7b72e08d4 h1:MyhmPw7irceEiYOeJIcuLYdKdkq9qhX7EouaMET/oeY=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240527134101-05b7b72e08d4/go.mod h1:DhQKwQgWo9DILxKwvNu93rJ1GDZYUu7m87V+KZCwgoc=
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
Expand Down
2 changes: 1 addition & 1 deletion samples/golang/pgx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.22.3

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240523180507-ef04d3b56a37
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240527134101-05b7b72e08d4
github.com/jackc/pgx/v5 v5.6.0
)

Expand Down
2 changes: 2 additions & 0 deletions samples/golang/pgx/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240522081835-c
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240522081835-cfb53f31e39f/go.mod h1:DhQKwQgWo9DILxKwvNu93rJ1GDZYUu7m87V+KZCwgoc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240523180507-ef04d3b56a37 h1:ff2X07oYwNmez5/qaibBGJwaIGqEBw1LMPL8z7D0+o0=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240523180507-ef04d3b56a37/go.mod h1:DhQKwQgWo9DILxKwvNu93rJ1GDZYUu7m87V+KZCwgoc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240527134101-05b7b72e08d4 h1:MyhmPw7irceEiYOeJIcuLYdKdkq9qhX7EouaMET/oeY=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240527134101-05b7b72e08d4/go.mod h1:DhQKwQgWo9DILxKwvNu93rJ1GDZYUu7m87V+KZCwgoc=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/Microsoft/hcsshim v0.11.4 h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=
Expand Down

0 comments on commit 1979e32

Please sign in to comment.