aboutsummaryrefslogtreecommitdiff
path: root/openpgp/errors/errors.go
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2024-06-24 13:31:21 +0200
committerGopher Robot <gobot@golang.org>2024-06-26 15:12:35 +0000
commita6a393ffd658b286f64f141b06cbd94e516d3a64 (patch)
tree5f957e83a6b824e663b287ef1d27d5e3afc28148 /openpgp/errors/errors.go
parent1c7450041f58a5e714eb084ae0e670d3576ea9fb (diff)
downloadgo-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.go2
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"