bine/go.mod

10 lines
210 B
Modula-2
Raw Normal View History

2020-10-15 21:24:16 +00:00
module git.openprivacy.ca/openprivacy/bine
go 1.14
require (
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
)