Skip to content

Commit

Permalink
Merge pull request #92 from gobuffalo/make-it-up-to-date
Browse files Browse the repository at this point in the history
make it up to date with recent versions
  • Loading branch information
sio4 committed Feb 15, 2023
2 parents ac3aff3 + c842897 commit 4a8d1b4
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 117 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Suite

![Tests](https://github.com/gobuffalo/suite/workflows/Tests/badge.svg)
[![Standard Test](https://github.com/gobuffalo/suite/actions/workflows/standard-go-test.yml/badge.svg)](https://github.com/gobuffalo/suite/actions/workflows/standard-go-test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/gobuffalo/suite/v4.svg)](https://pkg.go.dev/github.com/gobuffalo/suite/v4)

Suite is a package meant to make testing [gobuffalo.io](http://gobuffalo.io) applications easier.

Expand Down
5 changes: 4 additions & 1 deletion SHOULDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Thank you to the following **GIANTS**:
* [github.com/gobuffalo/httptest](https://godoc.org/github.com/gobuffalo/httptest)
* [github.com/gobuffalo/logger](https://godoc.org/github.com/gobuffalo/logger)
* [github.com/gobuffalo/meta](https://godoc.org/github.com/gobuffalo/meta)
* [github.com/gobuffalo/mw-csrf](https://godoc.org/github.com/gobuffalo/mw-csrf)
* [github.com/gobuffalo/middleware](https://godoc.org/github.com/gobuffalo/middleware)
* [github.com/gobuffalo/nulls](https://godoc.org/github.com/gobuffalo/nulls)
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd)
* [github.com/gobuffalo/plush/v4](https://godoc.org/github.com/gobuffalo/plush/v4)
Expand Down Expand Up @@ -80,6 +80,8 @@ Thank you to the following **GIANTS**:
* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday)
* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir)
* [github.com/monoculum/formam](https://godoc.org/github.com/monoculum/formam)
* [github.com/nicksnyder/go-i18n](https://godoc.org/github.com/nicksnyder/go-i18n)
* [github.com/pelletier/go-toml](https://godoc.org/github.com/pelletier/go-toml)
* [github.com/pkg/diff](https://godoc.org/github.com/pkg/diff)
* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)
* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib)
Expand All @@ -98,6 +100,7 @@ Thank you to the following **GIANTS**:
* [github.com/spf13/pflag](https://godoc.org/github.com/spf13/pflag)
* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)
* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)
* [github.com/unrolled/secure](https://godoc.org/github.com/unrolled/secure)
* [github.com/yuin/goldmark](https://godoc.org/github.com/yuin/goldmark)
* [github.com/zenazn/goji](https://godoc.org/github.com/zenazn/goji)
* [go.uber.org/atomic](https://godoc.org/go.uber.org/atomic)
Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/gobuffalo/suite/v4
go 1.16

require (
github.com/BurntSushi/toml v1.2.0
github.com/gobuffalo/buffalo v1.0.0
github.com/gobuffalo/envy v1.10.1
github.com/gobuffalo/httptest v1.5.1
github.com/gobuffalo/mw-csrf v1.0.1
github.com/gobuffalo/plush/v4 v4.1.14
github.com/gobuffalo/pop/v6 v6.0.6
github.com/gofrs/uuid v4.2.0+incompatible
github.com/BurntSushi/toml v1.2.1
github.com/gobuffalo/buffalo v1.1.0
github.com/gobuffalo/envy v1.10.2
github.com/gobuffalo/httptest v1.5.2
github.com/gobuffalo/middleware v1.0.0
github.com/gobuffalo/plush/v4 v4.1.18
github.com/gobuffalo/pop/v6 v6.1.1
github.com/gofrs/uuid v4.3.1+incompatible
github.com/gorilla/sessions v1.2.1
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
)
Loading

0 comments on commit 4a8d1b4

Please sign in to comment.