aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJoe Richey <joerichey@google.com>2022-04-08 16:32:57 -0700
committerJoe Richey <joerichey@google.com>2022-04-08 16:32:57 -0700
commit8cb1b12197186bdafea5ff90a2a9a7a0d66faaf2 (patch)
tree5d0918015e0d7d9e372ee3626b972598d8bade59 /go.mod
parent20ed87d83338d5b86d51b64429fa9d6e8379a771 (diff)
Regenerate go.mod and go.sum with go 1.16
Signed-off-by: Joe Richey <joerichey@google.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 7 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index eba0720..860b33f 100644
--- a/go.mod
+++ b/go.mod
@@ -4,17 +4,14 @@ go 1.16
require (
github.com/client9/misspell v0.3.4
- github.com/golang/protobuf v1.2.0
- github.com/google/renameio v0.1.0 // indirect
- github.com/kisielk/gotool v1.0.0 // indirect
- github.com/pkg/errors v0.8.0
- github.com/rogpeppe/go-internal v1.3.0 // indirect
- github.com/urfave/cli v1.20.0
+ github.com/golang/protobuf v1.5.2
+ github.com/pkg/errors v0.9.1
+ github.com/urfave/cli v1.22.5
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/lint v0.0.0-20190930215403-16217165b5de
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
- golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
+ golang.org/x/crypto v0.0.0-20220408190544-5352b0902921
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
honnef.co/go/tools v0.3.0
)