Skip to content

Commit

Permalink
updated module dependencies and added deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed Feb 12, 2023
1 parent c2566e7 commit 9f876c9
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 245 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# mw-forcessl

[![](https://github.com/gobuffalo/mw-forcessl/workflows/Tests/badge.svg)](https://github.com/gobuffalo/mw-forcessl/actions)
[![GoDoc](https://godoc.org/github.com/gobuffalo/mw-forcessl?status.svg)](https://godoc.org/github.com/gobuffalo/mw-forcessl)
[![Standard Test](https://github.com/gobuffalo/mw-forcessl/actions/workflows/standard-go-test.yml/badge.svg)](https://github.com/gobuffalo/mw-forcessl/actions/workflows/standard-go-test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/gobuffalo/mw-forcessl.svg)](https://pkg.go.dev/github.com/gobuffalo/mw-forcessl)

NOTE: v1.0.2 will be the last version of this module and it will be deprecated.
Use <https://github.com/gobuffalo/middleware> instead.

### Requirements

Expand All @@ -13,5 +16,3 @@
```bash
$ go get github.com/gobuffalo/mw-forcessl
```

---
4 changes: 2 additions & 2 deletions 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.9
github.com/unrolled/secure v1.11.0
github.com/gobuffalo/buffalo v1.1.0
github.com/unrolled/secure v1.13.0
)
Loading

0 comments on commit 9f876c9

Please sign in to comment.