Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fasching authored and Matthias Fasching committed Nov 23, 2021
1 parent 1735a20 commit 3c74b44
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 184 deletions.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ require (
github.com/gobuffalo/httptest v1.5.1
github.com/gobuffalo/mw-csrf v1.0.0
github.com/gobuffalo/plush/v4 v4.1.9
github.com/gobuffalo/pop/v5 v5.3.4
github.com/gobuffalo/pop/v6 v6.0.0
github.com/gofrs/uuid v4.1.0+incompatible
github.com/gorilla/sessions v1.2.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
)

replace (
github.com/gobuffalo/buffalo v0.17.5 => github.com/fasmat/buffalo v0.16.15-0.20211121195612-46c764b58057
github.com/gobuffalo/pop/v6 v6.0.0 => github.com/fasmat/pop/v6 v6.0.0-20211121195140-6d95c111f911
)

0 comments on commit 3c74b44

Please sign in to comment.