forked from optimumtact/ss13_se
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 670 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
)