You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
477 B
12 lines
477 B
module git.openprivacy.ca/openprivacy/lockbox
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cwtch.im/tapir v0.1.17 // indirect
|
|
git.openprivacy.ca/openprivacy/log v1.0.0
|
|
github.com/therecipe/qt v0.0.0-20200126204426-5074eb6d8c41
|
|
github.com/therecipe/qt/internal/binding/files/docs/5.12.0 v0.0.0-20200126204426-5074eb6d8c41 // indirect
|
|
github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20200126204426-5074eb6d8c41 // indirect
|
|
golang.org/x/crypto v0.0.0-20200206161412-a0c6ece9d31a
|
|
)
|
|
|