2019-03-15 18:00:35 +00:00
|
|
|
module git.sp4ke.com/sp4ke/bit4sat-server.git
|
|
|
|
|
|
|
|
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-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
|
2019-03-21 17:44:40 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-03-15 18:00:35 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
|
|
github.com/segmentio/ksuid v1.0.2
|
2019-03-21 17:44:40 +00:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-03-15 18:00:35 +00:00
|
|
|
github.com/ugorji/go/codec v0.0.0-20190315113641-a70535d8491c // indirect
|
2019-03-21 17:44:40 +00:00
|
|
|
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54 // indirect
|
|
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-03-15 18:00:35 +00:00
|
|
|
)
|