forked from fuyao-w/papillon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 938 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/fuyao-w/papillon
go 1.20
require (
github.com/boltdb/bolt v1.3.1 // indirect
github.com/fuyao-w/common-util v0.0.0-20230325061500-2195cc554530 // indirect
github.com/fuyao-w/deepcopy v0.0.0-20230226031232-dce0fa113143 // indirect
github.com/fuyao-w/go-raft v0.0.0-20230326162143-4fb67568d6fe // indirect
github.com/fuyao-w/raft-boltdb v0.0.0-20230329114550-3d09ea87dd57 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
github.com/smartystreets/assertions v1.13.1 // indirect
github.com/smartystreets/goconvey v1.8.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)