Skip to content

Commit

Permalink
Update psql and atlas golden files for uuid/v5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Apr 4, 2023
1 parent f14c359 commit e2ae67b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions gen/bobgen-atlas/driver/atlas.psql_golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1282,7 +1282,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1296,7 +1296,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1310,7 +1310,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1324,7 +1324,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1338,7 +1338,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand Down
24 changes: 12 additions & 12 deletions gen/bobgen-psql/driver/psql.golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1282,7 +1282,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1296,7 +1296,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1310,7 +1310,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1324,7 +1324,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -1338,7 +1338,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand Down Expand Up @@ -3378,7 +3378,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -3392,7 +3392,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -3406,7 +3406,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -3420,7 +3420,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -3434,7 +3434,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand All @@ -3448,7 +3448,7 @@
"domain_name": "",
"type": "uuid.UUID",
"imports": [
"\"github.com/gofrs/uuid\""
"\"github.com/gofrs/uuid/v5\""
]
},
{
Expand Down

0 comments on commit e2ae67b

Please sign in to comment.