forked from mjeyarax/go-trustagent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 910 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 intel/isecl/go-trust-agent/v3
require (
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/intel-secl/intel-secl/v3 v3.5.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v2 v2.3.0
intel/isecl/lib/common/v3 v3.5.0
intel/isecl/lib/platform-info/v3 v3.5.0
intel/isecl/lib/tpmprovider/v3 v3.5.0
)
replace (
github.com/intel-secl/intel-secl/v3 => github.com/intel-secl/intel-secl/v3 v3.5.0
github.com/vmware/govmomi => github.com/arijit8972/govmomi fix-tpm-attestation-output
intel/isecl/lib/common/v3 => github.com/intel-secl/common/v3 v3.5.0
intel/isecl/lib/platform-info/v3 => github.com/mjeyarax/platform-info/v3 master
intel/isecl/lib/tpmprovider/v3 => github.com/intel-secl/tpm-provider/v3 v3.5.0
)