forked from Harvey-OS/harvey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 658 Bytes
/
Copy pathgo.mod
File metadata and controls
16 lines (14 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/Harvey-OS/harvey
go 1.13
require (
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/google/goexpect v0.0.0-20200703111054-623d5ca06f56 // indirect
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
github.com/u-root/u-root v7.0.1-0.20200915215200-c370a343c8b0+incompatible
github.com/ulikunitz/xz v0.5.8 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/tools v0.0.0-20200811215021-48a8ffc5b207 // indirect
google.golang.org/grpc v1.30.0 // indirect
harvey-os.org v0.0.0-20200920202139-8978eaed4898 // indirect
)