@@ -3,13 +3,13 @@ module github.com/projectdiscovery/asnmap
3
3
go 1.18
4
4
5
5
require (
6
- github.com/projectdiscovery/goflags v0.1.7
6
+ github.com/projectdiscovery/goflags v0.1.8
7
7
github.com/projectdiscovery/gologger v1.1.8
8
- github.com/projectdiscovery/hmap v0.0.8
8
+ github.com/projectdiscovery/hmap v0.0.10
9
9
github.com/projectdiscovery/mapcidr v1.1.0
10
10
github.com/projectdiscovery/retryabledns v1.0.21
11
11
github.com/stretchr/testify v1.8.2
12
- golang.org/x/net v0.7 .0
12
+ golang.org/x/net v0.8 .0
13
13
)
14
14
15
15
require (
@@ -28,44 +28,27 @@ require (
28
28
github.com/pmezard/go-difflib v1.0.0 // indirect
29
29
github.com/projectdiscovery/blackrock v0.0.0-20221025011524-9e4efe804fb4 // indirect
30
30
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
32
32
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
33
33
go.uber.org/atomic v1.10.0 // indirect
34
34
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
39
39
gopkg.in/yaml.v3 v3.0.1 // indirect
40
40
)
41
41
42
42
require (
43
- github.com/DataDog/zstd v1.5.2 // indirect
44
43
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
45
44
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
52
45
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
56
46
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
61
48
github.com/mholt/archiver v3.1.1+incompatible // indirect
62
49
github.com/nwaples/rardecode v1.1.0 // indirect
50
+ github.com/nxadm/tail v1.4.8 // indirect
63
51
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
69
52
github.com/syndtr/goleveldb v1.0.0 // indirect
70
53
github.com/tidwall/btree v1.4.3 // indirect
71
54
github.com/tidwall/buntdb v1.2.10 // indirect
@@ -78,7 +61,7 @@ require (
78
61
github.com/ulikunitz/xz v0.5.8 // indirect
79
62
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
80
63
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
83
65
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
66
+ gopkg.in/yaml.v2 v2.4.0 // indirect
84
67
)
0 commit comments