diff --git a/content/documentation/database/models.es.md b/content/documentation/database/models.es.md index 09f6baf1..b263374f 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 fb9acb67..96d9927d 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 5ca04001..acff31fb 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 0b4e804f..6c4d2bca 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 f8d51b34..fa52b8aa 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"