23 lines
697 B
Modula-2
23 lines
697 B
Modula-2
module git.abbiamoundominio.org/blallo/broadcast
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.sr.ht/~blallo/logz/interface v0.0.0-20220324191132-95d94ae8e337
|
|
git.sr.ht/~blallo/logz/testlogger v0.0.0-20230212191205-53d5ce2c0d54
|
|
git.sr.ht/~blallo/logz/zlog v0.0.0-20220324191132-95d94ae8e337
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rs/zerolog v1.26.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|