-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
25 lines (22 loc) · 894 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
25
module github.com/facebookincubator/sks
go 1.20
require (
github.com/facebookincubator/flog v0.0.0-20190930132826-d2511d0ce33c
github.com/google/certtostore v1.0.3-0.20230404221207-8d01647071cc
github.com/google/go-attestation v0.5.1
github.com/google/go-tpm v0.9.0
github.com/jgoguen/go-utils v0.0.0-20200211015258-b42ad41486fd
github.com/peterbourgon/diskv v2.0.1+incompatible
golang.org/x/sys v0.18.0
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/deck v0.0.0-20230104221208-105ad94aa8ae // indirect
github.com/google/go-tspi v0.3.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
golang.org/x/crypto v0.21.0 // indirect
)