You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
Modula-2
14 lines
403 B
Modula-2
module git.buddy.wtf/buddy/open-hardware-monitor-client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/procfs v0.0.10 // indirect
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
|
|
)
|