cwtch/go.mod

18 lines
612 B
Modula-2
Raw Normal View History

module cwtch.im/cwtch
2020-04-20 18:32:04 +00:00
go 1.14
require (
2021-06-01 18:34:35 +00:00
git.openprivacy.ca/cwtch.im/tapir v0.4.2
2021-05-03 21:23:22 +00:00
git.openprivacy.ca/openprivacy/connectivity v1.4.3
2021-04-09 01:22:08 +00:00
git.openprivacy.ca/openprivacy/log v1.0.2
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-10-16 17:52:16 +00:00
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
2021-06-02 18:34:57 +00:00
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
2021-04-09 01:22:08 +00:00
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
2021-06-02 18:34:57 +00:00
golang.org/x/tools v0.1.2 // indirect
2020-07-14 00:46:05 +00:00
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)