Update minimum required Go version to 1.17
This commit is contained in:
parent
a96fc101f2
commit
219842d723
6 changed files with 11 additions and 11 deletions
4
go.mod
4
go.mod
|
|
@ -1,9 +1,11 @@
|
|||
module github.com/nkanaev/yarr
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.7
|
||||
golang.org/x/net v0.8.0
|
||||
golang.org/x/sys v0.6.0
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.8.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue