diff options
| author | Filippo Valsorda <filippo@golang.org> | 2024-06-24 13:31:21 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-06-26 15:12:35 +0000 |
| commit | a6a393ffd658b286f64f141b06cbd94e516d3a64 (patch) | |
| tree | 5f957e83a6b824e663b287ef1d27d5e3afc28148 /openpgp/errors/errors.go | |
| parent | 1c7450041f58a5e714eb084ae0e670d3576ea9fb (diff) | |
| download | go-x-crypto-a6a393ffd658b286f64f141b06cbd94e516d3a64.tar.xz | |
all: bump go.mod version and drop compatibility shims
Also, remove the legacy import annotations.
Fixes golang/go#68147
Change-Id: Ibfcc9322f27224c0ba92ea42cd56912a7d8783fd
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/594256
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'openpgp/errors/errors.go')
| -rw-r--r-- | openpgp/errors/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go index 1d7a0ea..a328749 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -9,7 +9,7 @@ // for their specific task. If you are required to interoperate with OpenPGP // systems and need a maintained package, consider a community fork. // See https://golang.org/issue/44226. -package errors // import "golang.org/x/crypto/openpgp/errors" +package errors import ( "strconv" |
