-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
20 lines (18 loc) · 842 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/carlostrub/sisyphus
go 1.13
require (
github.com/boltdb/bolt v1.3.1
github.com/carlostrub/maildir v0.0.0-20180111195716-eed2685d6889
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
github.com/kennygrant/sanitize v1.2.4
github.com/retailnext/hllpp v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.2 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
)