This repository has been archived on 2021-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
ui/go.mod

10 lines
206 B
Modula-2
Raw Normal View History

2019-08-13 21:17:09 +00:00
module cwtch.im/ui
go 1.12
require (
2019-08-15 20:49:48 +00:00
cwtch.im/cwtch v0.0.0-20190814210814-262df80cda2e
2019-08-13 21:17:09 +00:00
git.openprivacy.ca/openprivacy/libricochet-go v1.0.6
2019-08-15 20:49:48 +00:00
github.com/therecipe/qt v0.0.0-20190813185824-0b997e8d18a6
2019-08-13 21:17:09 +00:00
)