You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
826 B
24 lines
826 B
module git.openprivacy.ca/sarah/cwtchbot
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
cwtch.im/cwtch v0.20.3
|
|
git.openprivacy.ca/openprivacy/connectivity v1.8.6
|
|
git.openprivacy.ca/openprivacy/log v1.0.3
|
|
github.com/mutecomm/go-sqlcipher/v4 v4.4.2
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0 // indirect
|
|
git.openprivacy.ca/cwtch.im/tapir v0.6.0 // indirect
|
|
git.openprivacy.ca/openprivacy/bine v0.0.4 // indirect
|
|
github.com/gtank/merlin v0.1.1 // indirect
|
|
github.com/gtank/ristretto255 v0.1.3-0.20210930101514-6bb39798585c // indirect
|
|
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d // indirect
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
|
|
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
|
|
)
|