Liu Song’s Projects


~/Projects/mycenter.go

git clone https://code.lsong.org/mycenter.go

Blob

ref
master
path
./go.mod

module github.com/song940/mycenter-go

go 1.19

require (
	github.com/google/uuid v1.3.0 // indirect
	github.com/mattn/go-sqlite3 v1.14.16 // indirect
	golang.org/x/crypto v0.7.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)