1
0
Fork 0

Module's min Go version was set down to 1.16.

This commit is contained in:
Alexander Andreev 2023-03-23 16:56:28 +04:00
parent c64c3846af
commit 506a010b23
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module git.arav.su/Arav/justguestbook
go 1.19
go 1.16
require (
github.com/mattn/go-sqlite3 v1.14.16