52 lines
2.1 KiB
Modula-2
52 lines
2.1 KiB
Modula-2
module go.elara.ws/lemmy-reply-bot
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/chaisql/chai v0.16.0
|
|
github.com/pelletier/go-toml/v2 v2.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
go.elara.ws/go-lemmy v0.19.0
|
|
go.elara.ws/logger v0.0.0-20230928062203-85e135cf02ae
|
|
go.elara.ws/pcre v0.0.0-20230805032557-4ce849193f64
|
|
go.elara.ws/salix v0.0.0-20240103024736-25037db86a10
|
|
)
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.5.5 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cockroachdb/errors v1.11.1 // indirect
|
|
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
|
|
github.com/cockroachdb/pebble v1.0.0 // indirect
|
|
github.com/cockroachdb/redact v1.1.5 // indirect
|
|
github.com/getsentry/sentry-go v0.25.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-module/carbon/v2 v2.2.14 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gookit/color v1.5.1 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.17.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
modernc.org/libc v1.16.8 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.1.1 // indirect
|
|
)
|