-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 818 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/project-nano/framework
go 1.19
require (
github.com/project-nano/sonar v0.0.0-20190628085230-df7942628d6f
github.com/sevlyar/go-daemon v0.1.6
github.com/xtaci/kcp-go v5.4.20+incompatible
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/klauspost/reedsolomon v1.11.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)