Skip to content

Commit

Permalink
Merge pull request #12 from gobuffalo/update-dependencies
Browse files Browse the repository at this point in the history
updated module dependencies and added deprecation message
  • Loading branch information
sio4 authored Feb 14, 2023
2 parents 7d4abfd + c572e29 commit 4022cf2
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 241 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# mw-paramlogger

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

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 Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/gobuffalo/mw-paramlogger
go 1.16

require (
github.com/gobuffalo/buffalo v0.18.9
github.com/gobuffalo/httptest v1.5.1
github.com/gobuffalo/buffalo v1.1.0
github.com/gobuffalo/httptest v1.5.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
)
Loading

0 comments on commit 4022cf2

Please sign in to comment.