forked from coreos/ignition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 884 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 884 Bytes
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/coreos/ignition/v2
go 1.15
require (
cloud.google.com/go/compute v1.6.1
cloud.google.com/go/storage v1.22.1
github.com/aws/aws-sdk-go v1.44.19
github.com/beevik/etree v1.1.1-0.20200718192613-4a2f8b9d084c
github.com/coreos/go-semver v0.3.0
github.com/coreos/go-systemd/v22 v22.3.2
github.com/coreos/vcontext v0.0.0-20211021162308-f1dbbca7bef4
github.com/google/renameio/v2 v2.0.0
github.com/google/uuid v1.3.0
github.com/pin/tftp v2.1.0+incompatible
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
github.com/stretchr/testify v1.7.1
github.com/vincent-petithory/dataurl v1.0.0
github.com/vmware/vmw-guestinfo v0.0.0-20220317130741-510905f0efa3
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6
google.golang.org/api v0.80.0
)