simpbot/go.mod

39 lines
1.4 KiB
Modula-2
Raw Normal View History

2021-10-13 21:28:47 +00:00
module git.saintnet.tech/stryan/simpbot
2021-05-21 16:45:24 +00:00
2023-05-14 22:45:55 +00:00
go 1.20
2021-05-21 16:45:24 +00:00
require (
2023-05-14 22:45:55 +00:00
github.com/charmbracelet/log v0.2.1
2021-10-14 21:19:20 +00:00
github.com/fsnotify/fsnotify v1.5.1
github.com/spf13/viper v1.9.0
2023-05-14 22:45:55 +00:00
maunium.net/go/mautrix v0.9.29
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
2021-10-14 21:19:20 +00:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211014172544-2b766c08f1c0 // indirect
2023-05-14 22:45:55 +00:00
golang.org/x/sys v0.6.0 // indirect
2021-10-14 21:19:20 +00:00
golang.org/x/text v0.3.7 // indirect
2023-05-14 22:45:55 +00:00
gopkg.in/ini.v1 v1.63.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-05-21 16:45:24 +00:00
)