48 lines
1.7 KiB
Modula-2
48 lines
1.7 KiB
Modula-2
module github.com/tigorlazuardi/redmage
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.648
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/fatih/color v1.16.0
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/knadh/koanf/parsers/json v0.1.0
|
|
github.com/knadh/koanf/parsers/yaml v0.1.0
|
|
github.com/knadh/koanf/providers/confmap v0.1.0
|
|
github.com/knadh/koanf/providers/env v0.1.0
|
|
github.com/knadh/koanf/providers/file v0.1.0
|
|
github.com/knadh/koanf/providers/posflag v0.1.0
|
|
github.com/knadh/koanf/providers/rawbytes v0.1.0
|
|
github.com/knadh/koanf/v2 v2.1.1
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/pressly/goose/v3 v3.19.2
|
|
github.com/simukti/sqldb-logger v0.0.0-20230108155151-646c1a075551
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
|
github.com/knadh/koanf/maps v0.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/robfig/cron/v3 v3.0.0 // indirect
|
|
github.com/sethvargo/go-retry v0.2.4 // indirect
|
|
github.com/teivah/broadcast v0.1.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|