go.mod 194 Bytes
Newer Older
tavit ohanian's avatar
tavit ohanian committed
1
module gitlab.dms3.io/p2p/go-openssl
2

Steven Allen's avatar
Steven Allen committed
3 4 5 6
require (
	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
	golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)
7

tavit ohanian's avatar
tavit ohanian committed
8
go 1.15