forked from nlpodyssey/spago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.11 KB
/
go.mod
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
30
module github.com/nlpodyssey/spago
go 1.15
require (
github.com/dgraph-io/badger/v2 v2.0.3
github.com/dustin/go-humanize v1.0.0
github.com/golang/protobuf v1.4.3
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1
github.com/lithammer/fuzzysearch v1.1.0
github.com/manifoldco/promptui v0.7.0
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/nlpodyssey/gopickle v0.0.0-20200517121026-fe7413eee34e
github.com/nlpodyssey/gotokenizers v0.2.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/exp v0.0.0-20191227195350-da58074b4299
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
golang.org/x/text v0.3.4 // indirect
gonum.org/v1/gonum v0.6.2
google.golang.org/genproto v0.0.0-20201211151036-40ec1c210f7a // indirect
google.golang.org/grpc v1.34.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.1 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.2.2
)