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.
28 lines
1.0 KiB
28 lines
1.0 KiB
module git.openprivacy.ca/cwtch.im/cwtch-autobindings
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
cwtch.im/cwtch v0.24.5
|
|
git.openprivacy.ca/cwtch.im/server v1.4.5
|
|
git.openprivacy.ca/openprivacy/connectivity v1.11.0
|
|
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.5 // 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/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
|
|
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
)
|