11 lines
180 B
Modula-2
11 lines
180 B
Modula-2
|
module justguestbook
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/julienschmidt/httprouter v1.3.0
|
||
|
github.com/mattn/go-sqlite3 v1.14.15
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
gopkg.in/yaml.v3 v3.0.1
|
||
|
)
|