Skip to content

Commit

Permalink
Merge pull request #46 from fasmat/feature/add-dependabot-config
Browse files Browse the repository at this point in the history
Update dependencies for suite
  • Loading branch information
paganotoni committed Nov 24, 2021
2 parents 3aa91fa + 3c74b44 commit ce1add0
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 184 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
7 changes: 6 additions & 1 deletion go.mod
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 ce1add0

Please sign in to comment.