Skip to content

Commit 4bfffc3

Browse files
authored
Merge pull request #87 from projectdiscovery/dev
v1.0.2
2 parents 21adffd + c034d00 commit 4bfffc3

File tree

5 files changed

+38
-399
lines changed

5 files changed

+38
-399
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ updates:
2222
- package-ecosystem: "gomod"
2323
directory: "/"
2424
schedule:
25-
interval: "daily"
25+
interval: "weekly"
2626
target-branch: "dev"
2727
commit-message:
2828
prefix: "chore"

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
# release options (https://goreleaser.com/customization/release/)
1010

1111
release:
12-
draft: true
12+
draft: false
1313
prerelease: auto
1414

1515
archives:

go.mod

+12-29
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/projectdiscovery/asnmap
33
go 1.18
44

55
require (
6-
github.com/projectdiscovery/goflags v0.1.7
6+
github.com/projectdiscovery/goflags v0.1.8
77
github.com/projectdiscovery/gologger v1.1.8
8-
github.com/projectdiscovery/hmap v0.0.8
8+
github.com/projectdiscovery/hmap v0.0.10
99
github.com/projectdiscovery/mapcidr v1.1.0
1010
github.com/projectdiscovery/retryabledns v1.0.21
1111
github.com/stretchr/testify v1.8.2
12-
golang.org/x/net v0.7.0
12+
golang.org/x/net v0.8.0
1313
)
1414

1515
require (
@@ -28,44 +28,27 @@ require (
2828
github.com/pmezard/go-difflib v1.0.0 // indirect
2929
github.com/projectdiscovery/blackrock v0.0.0-20221025011524-9e4efe804fb4 // indirect
3030
github.com/projectdiscovery/retryablehttp-go v1.0.10 // indirect
31-
github.com/projectdiscovery/utils v0.0.13
31+
github.com/projectdiscovery/utils v0.0.14
3232
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
3333
go.uber.org/atomic v1.10.0 // indirect
3434
go.uber.org/multierr v1.8.0 // indirect
35-
golang.org/x/mod v0.6.0 // indirect
36-
golang.org/x/sys v0.5.0 // indirect
37-
golang.org/x/text v0.7.0 // indirect
38-
golang.org/x/tools v0.2.0 // indirect
35+
golang.org/x/mod v0.8.0 // indirect
36+
golang.org/x/sys v0.6.0 // indirect
37+
golang.org/x/text v0.8.0 // indirect
38+
golang.org/x/tools v0.6.0 // indirect
3939
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)
4141

4242
require (
43-
github.com/DataDog/zstd v1.5.2 // indirect
4443
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
4544
github.com/akrylysov/pogreb v0.10.1 // indirect
46-
github.com/beorn7/perks v1.0.1 // indirect
47-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
48-
github.com/cockroachdb/errors v1.9.0 // indirect
49-
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
50-
github.com/cockroachdb/pebble v0.0.0-20221229212011-811a8c0e741b // indirect
51-
github.com/cockroachdb/redact v1.1.3 // indirect
5245
github.com/dsnet/compress v0.0.1 // indirect
53-
github.com/getsentry/sentry-go v0.16.0 // indirect
54-
github.com/gogo/protobuf v1.3.2 // indirect
55-
github.com/golang/protobuf v1.5.2 // indirect
5646
github.com/golang/snappy v0.0.4 // indirect
57-
github.com/klauspost/compress v1.15.13 // indirect
58-
github.com/kr/pretty v0.3.1 // indirect
59-
github.com/kr/text v0.2.0 // indirect
60-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
47+
github.com/google/go-cmp v0.5.9 // indirect
6148
github.com/mholt/archiver v3.1.1+incompatible // indirect
6249
github.com/nwaples/rardecode v1.1.0 // indirect
50+
github.com/nxadm/tail v1.4.8 // indirect
6351
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
64-
github.com/prometheus/client_golang v1.14.0 // indirect
65-
github.com/prometheus/client_model v0.3.0 // indirect
66-
github.com/prometheus/common v0.39.0 // indirect
67-
github.com/prometheus/procfs v0.9.0 // indirect
68-
github.com/rogpeppe/go-internal v1.9.0 // indirect
6952
github.com/syndtr/goleveldb v1.0.0 // indirect
7053
github.com/tidwall/btree v1.4.3 // indirect
7154
github.com/tidwall/buntdb v1.2.10 // indirect
@@ -78,7 +61,7 @@ require (
7861
github.com/ulikunitz/xz v0.5.8 // indirect
7962
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
8063
go.etcd.io/bbolt v1.3.7 // indirect
81-
golang.org/x/exp v0.0.0-20221230185412-738e83a70c30 // indirect
82-
google.golang.org/protobuf v1.28.1 // indirect
64+
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
8365
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
66+
gopkg.in/yaml.v2 v2.4.0 // indirect
8467
)

0 commit comments

Comments
 (0)