2024-08-13 17:47:05 +02:00
|
|
|
module aireone.xyz/labtime
|
|
|
|
|
2024-10-03 02:03:53 +02:00
|
|
|
go 1.23.2
|
2024-08-13 17:47:05 +02:00
|
|
|
|
|
|
|
require (
|
2024-11-01 01:05:28 +01:00
|
|
|
github.com/go-co-op/gocron/v2 v2.12.3
|
2024-10-03 02:03:53 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-10-18 02:04:26 +02:00
|
|
|
github.com/prometheus/client_golang v1.20.5
|
2024-08-13 17:47:05 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-08-24 15:24:03 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-08-13 17:47:05 +02:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
2024-08-24 15:24:03 +02:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2024-08-13 17:47:05 +02:00
|
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
|
2024-08-24 15:24:03 +02:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2024-08-13 17:47:05 +02:00
|
|
|
)
|