2019-03-23 16:56:37 +00:00
|
|
|
module git.sp4ke.com/sp4ke/bit4sat
|
2019-03-15 18:00:35 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-03-20 18:39:38 +00:00
|
|
|
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
|
2019-03-15 18:00:35 +00:00
|
|
|
github.com/gin-gonic/gin v1.3.0
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-03-23 18:29:48 +00:00
|
|
|
github.com/mediocregopher/radix/v3 v3.2.3
|
2019-03-15 18:00:35 +00:00
|
|
|
github.com/segmentio/ksuid v1.0.2
|
|
|
|
)
|