-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathgo.mod
23 lines (20 loc) · 809 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/google/glazier
go 1.18
require (
github.com/StackExchange/wmi v1.2.0
github.com/capnspacehook/taskmaster v0.0.0-20210519235353-1629df7c85e9
github.com/go-ole/go-ole v1.2.5
github.com/google/deck v0.0.0-20221206151953-9363e9de5515
github.com/google/go-cmp v0.5.6
github.com/google/logger v1.1.1
github.com/google/uuid v1.3.0
github.com/google/winops v0.0.0-20210803215038-c8511b84de2b
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28
github.com/pkg/errors v0.9.1
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e
golang.org/x/sys v0.2.0
)
require (
github.com/rickb777/date v1.14.2 // indirect
github.com/rickb777/plural v1.2.2 // indirect
)