broadcast/go.mod

23 lines
697 B
Modula-2
Raw Normal View History

2023-02-13 23:49:45 +01:00
module git.abbiamoundominio.org/blallo/broadcast
go 1.20
2023-02-14 00:17:40 +01:00
require (
git.sr.ht/~blallo/logz/interface v0.0.0-20220324191132-95d94ae8e337
2023-03-13 01:08:55 +01:00
git.sr.ht/~blallo/logz/testlogger v0.0.0-20230212191205-53d5ce2c0d54
git.sr.ht/~blallo/logz/zlog v0.0.0-20220324191132-95d94ae8e337
2023-02-14 00:17:40 +01:00
github.com/cenkalti/backoff/v4 v4.2.0
2023-03-13 01:08:55 +01:00
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
2023-02-14 00:17:40 +01:00
)
2023-02-13 23:49:45 +01:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2023-03-13 01:08:55 +01:00
github.com/godbus/dbus/v5 v5.0.4 // indirect
2023-02-13 23:49:45 +01:00
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
)