forked from enfein/mieru
-
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) · 722 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 722 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/enfein/mieru
go 1.17
require (
github.com/sirupsen/logrus v1.8.1
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
golang.org/x/mobile v0.0.0-20220504144722-50dca8fc073d
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
)
require (
github.com/golang/protobuf v1.5.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
)