-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.33 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module bitbucket.org/kyicy/seifer
go 1.12
require (
github.com/ajstarks/svgo v0.0.0-20190826172357-de52242f3d65 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190906004059-62cf760a6c9e // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/imroc/req v0.2.4
github.com/jinzhu/gorm v1.9.10
github.com/jung-kurt/gofpdf v1.10.1 // indirect
github.com/labstack/echo/v4 v4.1.10
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 // indirect
golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 // indirect
golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190905235650-93dcc2f048f5 // indirect
gonum.org/v1/gonum v0.0.0-20190904110519-2065cbd6b42a
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
gonum.org/v1/plot v0.0.0-20190615073203-9aa86143727f // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)