This repository has been archived on 2023-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
libcwtch-go/go.mod

12 lines
357 B
Modula-2
Raw Normal View History

2021-06-24 22:30:46 +00:00
module git.openprivacy.ca/flutter/libcwtch-go
go 1.15
require (
2021-06-29 23:38:12 +00:00
cwtch.im/cwtch v0.9.0
git.openprivacy.ca/openprivacy/connectivity v1.4.5
2021-06-24 22:30:46 +00:00
git.openprivacy.ca/openprivacy/log v1.0.2
2021-06-29 20:26:40 +00:00
golang.org/x/mobile v0.0.0-20210614202936-7c8f154d1008 // indirect
golang.org/x/sys v0.0.0-20210629170331-7dc0b73dc9fb // indirect
golang.org/x/tools v0.1.4 // indirect
2021-06-29 23:38:12 +00:00
)