Skip to content

Commit

Permalink
build: Update go version in go.mod
Browse files Browse the repository at this point in the history
Would like to use testing.T.Setenv for the stub driver tests.
  • Loading branch information
rafaelespinoza committed Feb 27, 2022
1 parent dfb659d commit 2982a55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rafaelespinoza/godfish

go 1.16
go 1.17

require (
github.com/go-sql-driver/mysql v1.5.0
Expand All @@ -9,3 +9,9 @@ require (
github.com/mattn/go-sqlite3 v1.14.7
github.com/rafaelespinoza/alf v0.2.0
)

require (
github.com/golang/snappy v0.0.3 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)

0 comments on commit 2982a55

Please sign in to comment.