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

13 lines
475 B
Modula-2
Raw Normal View History

2019-08-13 21:17:09 +00:00
module cwtch.im/ui
go 1.12
require (
cwtch.im/cwtch v0.3.9
git.openprivacy.ca/openprivacy/libricochet-go v1.0.10
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/therecipe/qt v0.0.0-20191101232336-18864661ae4f
github.com/therecipe/qt/internal/binding/files/docs/5.13.0 v0.0.0-20191002095216-73192f6811d0 // indirect; Required - do not delete or `go tidy` away
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72 // indirect
2019-08-13 21:17:09 +00:00
)