-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
24 lines (21 loc) · 830 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/open-source-firmware/go-tcg-storage
go 1.19
require (
github.com/alecthomas/kong v0.5.0
github.com/davecgh/go-spew v1.1.1
github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.32.1
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
google.golang.org/protobuf v1.28.0 // indirect
)