32 lines
1.0 KiB
Modula-2
32 lines
1.0 KiB
Modula-2
module axis_timelapse
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/getsentry/sentry-go v0.35.3
|
|
github.com/go-co-op/gocron/v2 v2.16.6
|
|
github.com/gofiber/fiber/v2 v2.52.9
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/spf13/cobra v1.10.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
)
|