-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (19 loc) · 811 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-scenario-build
go 1.17
require (
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/wbrown/novelai-research-tool v0.0.0-20211226222035-fcfb4fb49a76
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jdkato/prose/v2 v2.0.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/mingrammer/commonregex v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
gonum.org/v1/gonum v0.9.3 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
)