2023-01-06 16:53:25 +11:00
|
|
|
module gitea.drjosh.dev/josh/sungrow
|
2021-01-01 16:51:16 +11:00
|
|
|
|
2025-01-05 19:34:28 +11:00
|
|
|
go 1.23
|
2022-08-23 15:28:20 +10:00
|
|
|
|
2025-01-05 19:34:28 +11:00
|
|
|
require github.com/prometheus/client_golang v1.20.5
|
2021-01-01 16:51:16 +11:00
|
|
|
|
|
|
|
require (
|
2022-08-23 15:28:20 +10:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-07-08 20:03:43 +10:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-01-05 19:34:28 +11:00
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
2024-07-08 20:03:43 +10:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2025-01-05 19:34:28 +11:00
|
|
|
github.com/prometheus/common v0.61.0 // indirect
|
2024-07-08 20:03:43 +10:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2025-01-05 19:34:28 +11:00
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
2021-01-01 16:51:16 +11:00
|
|
|
)
|