mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:32:24 +00:00
44 lines
1.4 KiB
Modula-2
44 lines
1.4 KiB
Modula-2
module github.com/akyaiy/GoSally-mvp
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/spf13/viper v1.20.1
|
|
github.com/yuin/gopher-lua v1.1.1
|
|
golang.org/x/net v0.42.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
modernc.org/sqlite v1.38.2
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/sagikazarmark/locafero v0.10.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/spf13/cast v1.9.2 // indirect
|
|
github.com/spf13/pflag v1.0.7 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
modernc.org/libc v1.66.6 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/go-chi/cors v1.2.2
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|