We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f257b2 commit 645e200Copy full SHA for 645e200
2 files changed
go.mod
@@ -2,4 +2,4 @@ module github.com/carlmjohnson/exitcode
2
3
go 1.12
4
5
-require golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
+require golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
go.sum
@@ -1,2 +1,2 @@
1
-golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522 h1:bhOzK9QyoD0ogCnFro1m2mz41+Ib0oOhfJnBp5MR4K4=
-golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
+golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 h1:/atklqdjdhuosWIl6AIbOeHJjicWYPqR9bpxqxYG2pA=
+golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
0 commit comments