-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (23 loc) · 784 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
23
24
25
26
module github.com/getumen/sakuin
go 1.19
require (
github.com/bmkessler/streamvbyte v0.1.0
github.com/dustin/go-wikiparse v0.0.0-20211018054215-c01ec186f20c
github.com/emirpasic/gods v1.18.1
github.com/ikawaha/kagome-dict/ipa v1.2.0
github.com/ikawaha/kagome/v2 v2.9.11
github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
github.com/stretchr/testify v1.8.4
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sync v0.7.0
golang.org/x/text v0.16.0
google.golang.org/protobuf v1.33.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/ikawaha/kagome-dict v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)