Skip to content

Commit bd50ddf

Browse files
go.mod: update to go 1.15 and run 'go mod tidy' (#808)
Running the latter reveals that vitess.io is no longer necessary, I believe, plus there are a bunch of unnecessary lines in go.sum. Co-authored-by: Kyle Conroy <kyle@conroy.org>
1 parent 8f4090c commit bd50ddf

File tree

2 files changed

+3
-421
lines changed

2 files changed

+3
-421
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kyleconroy/sqlc
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/antlr/antlr4 v0.0.0-20200209180723-1177c0b58d07
@@ -13,6 +13,7 @@ require (
1313
github.com/lib/pq v1.8.0
1414
github.com/pingcap/parser v0.0.0-20201024025010-3b2fb4b41d73
1515
github.com/spf13/cobra v1.1.1
16+
golang.org/x/tools v0.0.0-20191219041853-979b82bfef62 // indirect
17+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
1618
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
17-
vitess.io/vitess v0.0.0-20200617014457-5ba6549015c0
1819
)

0 commit comments

Comments
 (0)