Files
browserpass-native/go.mod
2019-03-13 00:13:03 +01:00

14 lines
444 B
Modula-2

module github.com/browserpass/browserpass-native
go 1.12
require (
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-zglob v0.0.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313
)