forked from GoogleCloudPlatform/osconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 870 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
module github.com/GoogleCloudPlatform/osconfig
go 1.13
require (
cloud.google.com/go v0.67.0
cloud.google.com/go/storage v1.10.0
cos.googlesource.com/cos/tools.git v0.0.0-20201007223835-69bef9e73b80
github.com/GoogleCloudPlatform/guest-logging-go v0.0.0-20200113214433-6cbb518174d4
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/go-ole/go-ole v1.2.4
github.com/golang/mock v1.4.4
github.com/google/go-cmp v0.5.2
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/ulikunitz/xz v0.5.8
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f
google.golang.org/api v0.32.0
google.golang.org/genproto v0.0.0-20200929141702-51c3e5b607fe
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
)