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 06b91ed commit 02db33a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 594 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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-forcessl/cmd/mw-forcessl
$ go get github.com/gobuffalo/mw-forcessl
```

---
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/gobuffalo/mw-forcessl
go 1.16

require (
github.com/gobuffalo/buffalo v0.18.7
github.com/gobuffalo/buffalo v0.18.9
github.com/unrolled/secure v1.11.0
)
Loading

0 comments on commit 02db33a

Please sign in to comment.