Skip to content

Commit 9c409a5

Browse files
committed
chore: bumped fixturize to v0.3.0
1 parent 01e459b commit 9c409a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/boringsql/regresql
33
go 1.25.6
44

55
require (
6-
github.com/boringsql/fixturize v0.2.0
6+
github.com/boringsql/fixturize v0.3.0
77
github.com/boringsql/queries v1.6.1
88
github.com/jackc/pgx/v5 v5.8.0
99
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOEl
44
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
55
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
66
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
7-
github.com/boringsql/fixturize v0.2.0 h1:I/REte0qrOwL6gvHeS6wFNGQeQQTnPppXKc/XGWDisE=
8-
github.com/boringsql/fixturize v0.2.0/go.mod h1:ACmNFJBq7a9yar4GYkNBh8sRWDBew/85BYdZCFfS6Vs=
7+
github.com/boringsql/fixturize v0.3.0 h1:2dEiL4DX22w7dfi94++7Ku6+jrygayhmrgJxCPbQB8w=
8+
github.com/boringsql/fixturize v0.3.0/go.mod h1:ACmNFJBq7a9yar4GYkNBh8sRWDBew/85BYdZCFfS6Vs=
99
github.com/boringsql/queries v1.6.1 h1:J/vImXYdisC+tlQNYt45O6CG6RX/MiIDR8j5/k6rQGk=
1010
github.com/boringsql/queries v1.6.1/go.mod h1:zRQzwzZZ8e9o8PZWTKMxPqxTTg8hGvvinwitEBd0FCQ=
1111
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=

0 commit comments

Comments
 (0)