cwtch/go.mod

27 lines
1.0 KiB
Modula-2
Raw Normal View History

module cwtch.im/cwtch
require (
2020-03-31 20:05:52 +00:00
cwtch.im/tapir v0.1.18
git.openprivacy.ca/openprivacy/connectivity v1.1.1
2020-04-20 18:11:45 +00:00
git.openprivacy.ca/openprivacy/libricochet-go v1.0.12
git.openprivacy.ca/openprivacy/log v1.0.0
github.com/c-bata/go-prompt v0.2.3
2020-04-20 18:11:45 +00:00
github.com/golang/protobuf v1.4.0
github.com/kr/text v0.2.0 // indirect
2020-03-31 20:05:52 +00:00
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/struCoder/pidusage v0.1.3
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
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
golang.org/x/tools v0.0.0-20200420001825-978e26b7c37c // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
go 1.13