17 lines
543 B
Modula-2
17 lines
543 B
Modula-2
module git.sp4ke.com/sp4ke/bit4sat-server.git
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/segmentio/ksuid v1.0.2
|
|
github.com/ugorji/go/codec v0.0.0-20190315113641-a70535d8491c // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|