BareRTC/go.mod
Noah Petherbridge 8f60bdba0e Spit and polish
* Add configuration system and default public channels support
* Add support for multiple channels and DM threads with users,
  with unread badge indicators. DMs rearrange themselves by
  most recently updated on top.
* Responsive CSS to work well on mobile devices.
2023-02-05 00:53:50 -08:00

16 lines
456 B
Modula-2

module git.kirsle.net/apps/barertc
go 1.19
require git.kirsle.net/go/log v0.0.0-20200902035305-70ac2848949b
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/term v0.4.0 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)