1
0
Fork 0
forward/go.mod

7 lines
152 B
Modula-2
Raw Normal View History

2018-03-26 19:48:14 +08:00
module "github.com/productionwentdown/forward"
require (
"github.com/judwhite/go-svc" v1.0.0
"golang.org/x/sys" v0.0.0-20180322165403-91ee8cde4354
)