File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
// Deprecated: this package is unmaintained except for security fixes. New
9
9
// applications should consider a more focused, modern alternative to OpenPGP
10
10
// for their specific task. If you are required to interoperate with OpenPGP
11
- // systems and need a maintained package, consider a maintained community fork.
12
- // See https://golang.org/issue/37497 .
11
+ // systems and need a maintained package, consider a community fork.
12
+ // See https://golang.org/issue/44226 .
13
13
package armor // import "golang.org/x/crypto/openpgp/armor"
14
14
15
15
import (
Original file line number Diff line number Diff line change 11
11
// Deprecated: this package is unmaintained except for security fixes. New
12
12
// applications should consider a more focused, modern alternative to OpenPGP
13
13
// for their specific task. If you are required to interoperate with OpenPGP
14
- // systems and need a maintained package, consider a maintained community fork.
15
- // See https://golang.org/issue/37497 .
14
+ // systems and need a maintained package, consider a community fork.
15
+ // See https://golang.org/issue/44226 .
16
16
package clearsign // import "golang.org/x/crypto/openpgp/clearsign"
17
17
18
18
import (
Original file line number Diff line number Diff line change 7
7
// Deprecated: this package is unmaintained except for security fixes. New
8
8
// applications should consider a more focused, modern alternative to OpenPGP
9
9
// for their specific task. If you are required to interoperate with OpenPGP
10
- // systems and need a maintained package, consider a maintained community fork.
11
- // See https://golang.org/issue/37497 .
10
+ // systems and need a maintained package, consider a community fork.
11
+ // See https://golang.org/issue/44226 .
12
12
package errors // import "golang.org/x/crypto/openpgp/errors"
13
13
14
14
import (
Original file line number Diff line number Diff line change 8
8
// Deprecated: this package is unmaintained except for security fixes. New
9
9
// applications should consider a more focused, modern alternative to OpenPGP
10
10
// for their specific task. If you are required to interoperate with OpenPGP
11
- // systems and need a maintained package, consider a maintained community fork.
12
- // See https://golang.org/issue/37497 .
11
+ // systems and need a maintained package, consider a community fork.
12
+ // See https://golang.org/issue/44226 .
13
13
package packet // import "golang.org/x/crypto/openpgp/packet"
14
14
15
15
import (
Original file line number Diff line number Diff line change 7
7
// Deprecated: this package is unmaintained except for security fixes. New
8
8
// applications should consider a more focused, modern alternative to OpenPGP
9
9
// for their specific task. If you are required to interoperate with OpenPGP
10
- // systems and need a maintained package, consider a maintained community fork.
11
- // See https://golang.org/issue/37497 .
10
+ // systems and need a maintained package, consider a community fork.
11
+ // See https://golang.org/issue/44226 .
12
12
package openpgp // import "golang.org/x/crypto/openpgp"
13
13
14
14
import (
Original file line number Diff line number Diff line change 8
8
// Deprecated: this package is unmaintained except for security fixes. New
9
9
// applications should consider a more focused, modern alternative to OpenPGP
10
10
// for their specific task. If you are required to interoperate with OpenPGP
11
- // systems and need a maintained package, consider a maintained community fork.
12
- // See https://golang.org/issue/37497 .
11
+ // systems and need a maintained package, consider a community fork.
12
+ // See https://golang.org/issue/44226 .
13
13
package s2k // import "golang.org/x/crypto/openpgp/s2k"
14
14
15
15
import (
You can’t perform that action at this time.
0 commit comments