-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 635 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 635 Bytes
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/rinsuki/mayakashi
go 1.20
require (
github.com/bmatcuk/doublestar v1.3.4
github.com/bradenaw/juniper v0.15.1
github.com/dgraph-io/ristretto v0.1.1
github.com/klauspost/compress v1.17.4
github.com/pierrec/lz4/v4 v4.1.21
github.com/winfsp/cgofuse v1.5.1-0.20230130140708-f87f5db493b5
golang.org/x/text v0.14.0
google.golang.org/protobuf v1.32.0
)
require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.5.0 // indirect
)