Skip to content

Commit

Permalink
updated module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed Jul 13, 2022
1 parent e577b88 commit 7565b5a
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 592 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,13 +5,13 @@

### Requirements

* Go 1.13+
* Go 1.16+ but 1.17 and 1.18 are officially supported
* Go Modules

### Installation

```bash
$ go get github.com/gobuffalo/mw-csrf/cmd/mw-csrf
$ go get github.com/gobuffalo/mw-csrf
```

---
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/gobuffalo/mw-csrf
go 1.16

require (
github.com/gobuffalo/buffalo v0.18.7
github.com/gobuffalo/buffalo v0.18.9
github.com/gobuffalo/envy v1.10.1
github.com/gobuffalo/httptest v1.5.1
github.com/stretchr/testify v1.8.0
Expand Down

0 comments on commit 7565b5a

Please sign in to comment.