2023-04-26T13:32:04.335984374+02:00 stderr + item=2
2023-04-26T13:32:04.335984374+02:00 stderr + git clone https://github.com/yeeac/kosyncsrv
2023-04-26T13:32:04.337688150+02:00 stderr Cloning into 'kosyncsrv'...
2023-04-26T13:32:05.151666683+02:00 stderr + cd kosyncsrv
2023-04-26T13:32:05.151715665+02:00 stderr + go mod init github.com/yeeac/kosyncsrv
2023-04-26T13:32:05.157595100+02:00 stderr go: creating new go.mod: module github.com/yeeac/kosyncsrv
2023-04-26T13:32:05.158521624+02:00 stderr go: to add module requirements and sums:
2023-04-26T13:32:05.158521624+02:00 stderr go mod tidy
2023-04-26T13:32:05.159390321+02:00 stderr + go build
2023-04-26T13:32:05.433142284+02:00 stderr kosyncsrv.go:8:2: no required module provides package github.com/gin-gonic/gin; to add it:
2023-04-26T13:32:05.433142284+02:00 stderr go get github.com/gin-gonic/gin
2023-04-26T13:32:05.433142284+02:00 stderr handledb.go:8:2: no required module provides package github.com/jmoiron/sqlx; to add it:
2023-04-26T13:32:05.433142284+02:00 stderr go get github.com/jmoiron/sqlx
2023-04-26T13:32:05.433142284+02:00 stderr handledb.go:9:2: no required module provides package github.com/mattn/go-sqlite3; to add it:
2023-04-26T13:32:05.433142284+02:00 stderr go get github.com/mattn/go-sqlite3