12345678910111213141516171819 |
- module gitlab.com/beeper/discord
- go 1.17
- require (
- github.com/alecthomas/kong v0.2.18
- gopkg.in/yaml.v2 v2.4.0
- maunium.net/go/mautrix v0.9.27
- )
- require (
- github.com/btcsuite/btcutil v1.0.2 // indirect
- github.com/gorilla/mux v1.8.0 // indirect
- github.com/gorilla/websocket v1.4.2 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
- golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect
- maunium.net/go/maulogger/v2 v2.2.4 // indirect
- )
|