Skip to content

Commit

Permalink
Merge pull request #15 from jbowes/go-116
Browse files Browse the repository at this point in the history
update go mod for 1.16
  • Loading branch information
jbowes committed Sep 12, 2021
2 parents 3acddd5 + 2241698 commit 2d9f117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
@@ -1,5 +1,5 @@
module github.com/jbowes/vice

go 1.12
go 1.16

require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
4 changes: 2 additions & 2 deletions go.sum
@@ -1,2 +1,2 @@
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 comments on commit 2d9f117

Please sign in to comment.