Skip to content

Commit

Permalink
Merge pull request #24 from projectdiscovery/issue-21-bump-version
Browse files Browse the repository at this point in the history
bump go version to 1.18
  • Loading branch information
Mzack9999 committed Nov 18, 2022
2 parents b9587a9 + bf36ba7 commit 3c1b9d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion go.mod
@@ -1,9 +1,16 @@
module github.com/projectdiscovery/networkpolicy

go 1.14
go 1.18

require (
github.com/projectdiscovery/iputil v0.0.0-20210414194613-4b4d2517acf0
github.com/stretchr/testify v1.8.1
github.com/yl2chen/cidranger v1.0.2
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/projectdiscovery/mapcidr v0.0.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 3c1b9d1

Please sign in to comment.