-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 772 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module gorom
go 1.14
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/boltdb/bolt v1.3.1
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
github.com/jackpal/bencode-go v0.0.0-20180813173944-227668e840fa
github.com/jessevdk/go-flags v1.4.0
github.com/kelindar/binary v1.0.8
github.com/klauspost/compress v1.10.8
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
github.com/paul-mannino/go-fuzzywuzzy v0.0.0-20200127021948-54652b135d0e
github.com/sciter-sdk/go-sciter v0.5.1-0.20210404081253-a04e052a2813
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
gopkg.in/yaml.v2 v2.2.8 // indirect
)