1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Bump github.com/google/uuid to v1.6.0

This commit is contained in:
Vasiliy Vasilyuk
2024-01-27 00:20:46 +03:00
parent f8cba15b0d
commit 942d210bb3
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/xorcare/testing-go-code-with-postgres
go 1.20
require (
github.com/google/uuid v1.3.0
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.3.1
github.com/stretchr/testify v1.8.4
)