Skip to content

Commit

Permalink
https://github.com/gobuffalo/docs/issues/699
Browse files Browse the repository at this point in the history
  • Loading branch information
armondressler committed Jun 2, 2023
1 parent baa06f7 commit 9f7bd77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/documentation/database/models.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (
"time"

"github.com/gobuffalo/pop/nulls"
"github.com/gobuffalo/uuid"
"github.com/gofrs/uuid"
)

type Soda struct {
Expand Down
2 changes: 1 addition & 1 deletion content/documentation/database/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (
"time"

"github.com/gobuffalo/pop/nulls"
"github.com/gobuffalo/uuid"
"github.com/gofrs/uuid"
)

type Soda struct {
Expand Down
2 changes: 1 addition & 1 deletion content/documentation/database/models.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (
"time"

"github.com/gobuffalo/pop/nulls"
"github.com/gobuffalo/uuid"
"github.com/gofrs/uuid"
)

type Soda struct {
Expand Down
2 changes: 1 addition & 1 deletion content/documentation/guides/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion content/documentation/guides/auth.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f7bd77

Please sign in to comment.