forked from coreos/ignition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.02 KB
/
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/coreos/ignition/v2
go 1.11
require (
github.com/aws/aws-sdk-go v1.19.11
github.com/coreos/go-semver v0.3.0
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
github.com/coreos/vcontext v0.0.0-20190529201340-22b159166068
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
github.com/google/renameio v0.1.0
github.com/google/uuid v1.1.1
github.com/kr/pretty v0.1.0 // indirect
github.com/pin/tftp v2.1.0+incompatible
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
github.com/stretchr/testify v1.3.0
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728
github.com/vmware/vmw-ovflib v0.0.0-20170608004843-1f217b9dc714
golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4
golang.org/x/text v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)