-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48f4a44
commit 54af8b2
Showing
3 changed files
with
45 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
module github.com/tigerwill90/foxwaf | ||
|
||
go 1.23 | ||
go 1.23.0 | ||
|
||
require ( | ||
github.com/corazawaf/coraza/v3 v3.2.1 | ||
github.com/tigerwill90/fox v0.16.0 | ||
github.com/corazawaf/coraza/v3 v3.2.2 | ||
github.com/tigerwill90/fox v0.18.0 | ||
) | ||
|
||
require ( | ||
github.com/corazawaf/libinjection-go v0.2.1 // indirect | ||
github.com/magefile/mage v1.15.0 // indirect | ||
github.com/corazawaf/libinjection-go v0.2.2 // indirect | ||
github.com/magefile/mage v1.15.1-0.20231118170541-2385abb49a1f // indirect | ||
github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4 // indirect | ||
github.com/tidwall/gjson v1.18.0 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
github.com/valllabh/ocsf-schema-golang v1.0.3 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/sync v0.9.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
rsc.io/binaryregexp v0.2.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters