Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated module dependencies and added deprecation message #4

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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