From 9f7bd7750a624d4ebeef14d4566c1f49b048f92c Mon Sep 17 00:00:00 2001 From: armondressler Date: Fri, 2 Jun 2023 22:05:43 +0200 Subject: [PATCH] https://github.com/gobuffalo/docs/issues/699 --- content/documentation/database/models.es.md | 2 +- content/documentation/database/models.md | 2 +- content/documentation/database/models.pt.md | 2 +- content/documentation/guides/auth.md | 2 +- content/documentation/guides/auth.pt.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/documentation/database/models.es.md b/content/documentation/database/models.es.md index 09f6baf1f..b263374fc 100644 --- a/content/documentation/database/models.es.md +++ b/content/documentation/database/models.es.md @@ -49,7 +49,7 @@ import ( "time" "github.com/gobuffalo/pop/nulls" - "github.com/gobuffalo/uuid" + "github.com/gofrs/uuid" ) type Soda struct { diff --git a/content/documentation/database/models.md b/content/documentation/database/models.md index fb9acb677..96d9927d4 100644 --- a/content/documentation/database/models.md +++ b/content/documentation/database/models.md @@ -49,7 +49,7 @@ import ( "time" "github.com/gobuffalo/pop/nulls" - "github.com/gobuffalo/uuid" + "github.com/gofrs/uuid" ) type Soda struct { diff --git a/content/documentation/database/models.pt.md b/content/documentation/database/models.pt.md index 5ca040017..acff31fb6 100644 --- a/content/documentation/database/models.pt.md +++ b/content/documentation/database/models.pt.md @@ -49,7 +49,7 @@ import ( "time" "github.com/gobuffalo/pop/nulls" - "github.com/gobuffalo/uuid" + "github.com/gofrs/uuid" ) type Soda struct { diff --git a/content/documentation/guides/auth.md b/content/documentation/guides/auth.md index 0b4e804f4..6c4d2bca1 100644 --- a/content/documentation/guides/auth.md +++ b/content/documentation/guides/auth.md @@ -444,7 +444,7 @@ import ( "time" "github.com/gobuffalo/pop" - "github.com/gobuffalo/uuid" + "github.com/gofrs/uuid" "github.com/gobuffalo/validate" "github.com/gobuffalo/validate/validators" "strings" diff --git a/content/documentation/guides/auth.pt.md b/content/documentation/guides/auth.pt.md index f8d51b343..fa52b8aa9 100644 --- a/content/documentation/guides/auth.pt.md +++ b/content/documentation/guides/auth.pt.md @@ -444,7 +444,7 @@ import ( "time" "github.com/gobuffalo/pop" - "github.com/gobuffalo/uuid" + "github.com/gofrs/uuid" "github.com/gobuffalo/validate" "github.com/gobuffalo/validate/validators" "strings"