-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
22 lines (20 loc) · 877 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/wbrown/novelai-research-tool
go 1.16
require (
github.com/cenkalti/backoff/v4 v4.1.2
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20210722231415-061457976a23 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/fatih/color v1.13.0
github.com/gdamore/tcell/v2 v2.4.0
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
github.com/jdkato/prose/v2 v2.0.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/wbrown/gpt_bpe v0.0.0-20220413190958-ee0155ca48f5
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
gonum.org/v1/gonum v0.11.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
)