Skip to content

Commit

Permalink
Merge pull request #23 from bunkerity/dependabot/go_modules/coraza/ap…
Browse files Browse the repository at this point in the history
…i/dev/github.com/gorilla/mux-1.8.1

deps/coraza/api: bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /coraza/api
  • Loading branch information
fl0ppy-d1sk authored Dec 7, 2023
2 parents 6b1c91c + 92d2f27 commit 31b0858
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion coraza/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,19 @@ go 1.21

require (
github.com/corazawaf/coraza/v3 v3.0.4
github.com/gorilla/mux v1.8.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
)

require (
github.com/corazawaf/libinjection-go v0.1.2 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/petar-dambovaliev/aho-corasick v0.0.0-20230725210150-fb29fc3c913e // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sync v0.3.0 // indirect
rsc.io/binaryregexp v0.2.0 // indirect
)

0 comments on commit 31b0858

Please sign in to comment.