2023-01-06 16:53:25 +11:00
|
|
|
module gitea.drjosh.dev/josh/sungrow
|
2021-01-01 16:51:16 +11:00
|
|
|
|
2023-01-06 15:26:59 +11:00
|
|
|
go 1.19
|
2022-08-23 15:28:20 +10:00
|
|
|
|
2023-01-06 15:26:59 +11:00
|
|
|
require github.com/prometheus/client_golang v1.14.0
|
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
|
2023-01-06 15:26:59 +11:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-08-23 15:28:20 +10:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-01-06 15:26:59 +11:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
2022-08-23 15:28:20 +10:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-01-01 16:51:16 +11:00
|
|
|
)
|