File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ require (
1818 github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc
1919 github.com/zmap/zlint/v3 v3.1.0
2020 golang.org/x/crypto v0.3.0
21- golang.org/x/net v0.2.0
2221)
2322
2423require (
@@ -37,6 +36,7 @@ require (
3736 github.com/prometheus/procfs v0.8.0 // indirect
3837 github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b // indirect
3938 github.com/ziutek/mymysql v1.5.4 // indirect
39+ golang.org/x/net v0.2.0 // indirect
4040 golang.org/x/sys v0.2.0 // indirect
4141 golang.org/x/text v0.4.0 // indirect
4242 google.golang.org/protobuf v1.28.1 // indirect
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package local
33
44import (
55 "bytes"
6+ "context"
67 "crypto"
78 "crypto/ecdsa"
89 "crypto/elliptic"
@@ -38,7 +39,6 @@ import (
3839 zx509 "github.com/zmap/zcrypto/x509"
3940 "github.com/zmap/zlint/v3"
4041 "github.com/zmap/zlint/v3/lint"
41- "golang.org/x/net/context"
4242)
4343
4444// Signer contains a signer that uses the standard library to
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments