-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from projectdiscovery/dependabot/go_modules/m…
…ain/github.com/gaissmai/bart-0.17.8
- Loading branch information
Showing
2 changed files
with
30 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,34 @@ | ||
module github.com/projectdiscovery/networkpolicy | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/gaissmai/bart v0.9.5 | ||
github.com/gaissmai/bart v0.17.8 | ||
github.com/projectdiscovery/utils v0.4.7 | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/yl2chen/cidranger v1.0.2 | ||
) | ||
|
||
require ( | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.13.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.27 // indirect | ||
github.com/miekg/dns v1.1.56 // indirect | ||
github.com/miekg/dns v1.1.62 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/projectdiscovery/blackrock v0.0.1 // indirect | ||
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect | ||
github.com/tidwall/gjson v1.14.3 // indirect | ||
github.com/tidwall/gjson v1.18.0 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/tools v0.29.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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