Blame go.mod

Packit Service 4d2de5
module github.com/osbuild/osbuild-composer
Packit Service 4d2de5
Packit Service 4d2de5
go 1.12
Packit Service 4d2de5
Packit Service 4d2de5
require (
Packit Service 4d2de5
	github.com/Azure/azure-sdk-for-go v41.3.0+incompatible
Packit Service 4d2de5
	github.com/Azure/azure-storage-blob-go v0.8.0
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest v0.10.0 // indirect
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
Packit Service 4d2de5
	github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
Packit Service 4d2de5
	github.com/BurntSushi/toml v0.3.1
Packit Service 4d2de5
	github.com/aws/aws-sdk-go v1.25.37
Packit Service 4d2de5
	github.com/coreos/go-semver v0.3.0
Packit Service 4d2de5
	github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
Packit Service 4d2de5
	github.com/gobwas/glob v0.2.3
Packit Service 4d2de5
	github.com/google/go-cmp v0.3.1
Packit Service 4d2de5
	github.com/google/uuid v1.1.1
Packit Service 4d2de5
	github.com/gophercloud/gophercloud v0.11.0
Packit Service 4d2de5
	github.com/julienschmidt/httprouter v1.2.0
Packit Service 4d2de5
	github.com/kolo/xmlrpc v0.0.0-20190909154602-56d5ec7c422e
Packit Service 4d2de5
	github.com/pkg/errors v0.9.1 // indirect
Packit Service 4d2de5
	github.com/stretchr/testify v1.4.0
Packit Service 4d2de5
	github.com/vmware/govmomi v0.23.0
Packit Service 4d2de5
	golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
Packit Service 4d2de5
	golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4
Packit Service 4d2de5
)