cwtch/go.mod

17 lines
553 B
Modula-2
Raw Normal View History

module cwtch.im/cwtch
2020-04-20 18:32:04 +00:00
go 1.14
require (
2020-07-14 00:46:05 +00:00
cwtch.im/tapir v0.2.0
2020-10-13 18:53:18 +00:00
git.openprivacy.ca/openprivacy/connectivity v1.2.2
git.openprivacy.ca/openprivacy/log v1.0.1
2020-07-14 00:46:05 +00:00
github.com/gtank/ristretto255 v0.1.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/struCoder/pidusage v0.1.3
2020-04-20 18:11:45 +00:00
golang.org/x/crypto v0.0.0-20200420104511-884d27f42877
2020-03-31 20:05:52 +00:00
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
2020-07-14 00:46:05 +00:00
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)