cwtch/go.mod

25 lines
941 B
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
git.openprivacy.ca/openprivacy/libricochet-go v1.0.11
git.openprivacy.ca/openprivacy/log v1.0.0
github.com/c-bata/go-prompt v0.2.3
github.com/golang/protobuf v1.3.3
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
2020-03-31 20:05:52 +00:00
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
go 1.13