Update minimum required Go version to 1.17

This commit is contained in:
Hannes Braun 2023-08-12 21:37:55 +02:00 committed by nkanaev
parent a96fc101f2
commit 219842d723
6 changed files with 11 additions and 11 deletions

4
go.mod
View file

@ -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