-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
26 lines (24 loc) · 1.12 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
26
module github.com/flatcar/ignition
go 1.16
require (
github.com/ajeddeloh/go-json v0.0.0-20160803184958-73d058cf8437
github.com/aws/aws-sdk-go v1.8.39
github.com/coreos/go-semver v0.1.0
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
github.com/go-ini/ini v1.25.4 // indirect
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c
github.com/pin/tftp v2.1.0+incompatible
github.com/sigma/bdoor v0.0.0-20160202064022-babf2a4017b0 // indirect
github.com/sigma/vmw-guestinfo v0.0.0-20160204083807-95dd4126d6e8
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/stretchr/testify v1.7.0
github.com/vincent-petithory/dataurl v1.0.0
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728 // indirect
github.com/vmware/vmw-ovflib v0.0.0-20170608004843-1f217b9dc714
go4.org v0.0.0-20160314031811-03efcb870d84
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)