20 lines
670 B
Modula-2
20 lines
670 B
Modula-2
module github.com/lmas/ss13_se
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/blend/go-sdk 8f22aee8cd48bdf12e70a7d3d135df69ce23b5db // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/gorilla/mux v1.7.1
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/kr/pretty v0.1.0
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/sajari/regression v1.0.0
|
|
github.com/wcharczuk/go-chart v2.0.1+incompatible
|
|
golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec // indirect
|
|
golang.org/x/text v0.3.2
|
|
gonum.org/v1/gonum v0.0.0-20190509213835-50179cd3f3f7 // indirect
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
)
|