1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
helium-blockchain-exporter/go.mod

19 lines
667 B
Modula-2
Raw Permalink Normal View History

2021-09-12 14:17:31 +00:00
module github.com/helium-blockchain-exporter
go 1.17
2021-09-13 03:25:47 +00:00
require github.com/prometheus/client_golang v1.11.0
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
2021-11-14 15:44:39 +00:00
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
2021-09-13 03:25:47 +00:00
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)