From a758ececd9f9a2eedccba8bbc0a142d339156b99 Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Wed, 26 Feb 2020 14:51:48 -0800 Subject: [PATCH] go.mod: Use go 1.14 and update dependencies --- go.mod | 2 +- vendor/modules.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 06ecc65d84a..51177c182df 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/github/codeql-go -go 1.13 +go 1.14 require ( golang.org/x/mod v0.2.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index 1a15748a35f..2995005c2b8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,9 +1,11 @@ # golang.org/x/mod v0.2.0 +## explicit golang.org/x/mod/internal/lazyregexp golang.org/x/mod/modfile golang.org/x/mod/module golang.org/x/mod/semver # golang.org/x/tools v0.0.0-20200302225559-9b52d559c609 +## explicit golang.org/x/tools/go/gcexportdata golang.org/x/tools/go/internal/gcimporter golang.org/x/tools/go/internal/packagesdriver