lightwalletd/go.mod

9 lines
238 B
Modula-2
Raw Normal View History

2018-09-19 16:17:06 -07:00
module github.com/gtank/ctxd
require (
github.com/golang/protobuf v1.2.0
github.com/pkg/errors v0.8.0
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
)