update to go 1.16 (#281)

This commit is contained in:
Robert van Gent
2021-02-17 10:27:44 -08:00
committed by GitHub
parent 0ac845078c
commit d07cde0df9
6 changed files with 67 additions and 36 deletions

6
go.mod
View File

@@ -4,7 +4,9 @@ go 1.12
require (
github.com/google/go-cmp v0.2.0
github.com/google/subcommands v1.0.1
github.com/google/subcommands v1.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20210216224549-f992740a1bac // indirect
golang.org/x/tools v0.1.0
)