Skip to content

GODRIVER-2233 Bump packr/v2 dependency version to avoid vulnerability #813

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

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ retract (

require (
github.com/go-stack/stack v1.8.0
github.com/gobuffalo/genny v0.1.1 // indirect
github.com/gobuffalo/gogen v0.1.1 // indirect
github.com/gobuffalo/packr/v2 v2.2.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/golang/snappy v0.0.1
github.com/google/go-cmp v0.5.2
github.com/karrick/godirwalk v1.10.3 // indirect
github.com/klauspost/compress v1.13.6
github.com/kr/pretty v0.1.0
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
github.com/pelletier/go-toml v1.7.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.0.0
github.com/xdg-go/scram v1.0.2
Expand All @@ -30,5 +26,5 @@ require (
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7 // indirect
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf // indirect
golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d
golang.org/x/tools v0.0.0-20200308013534-11ec41452d41
)
Loading