go.mod: fix order of requires
Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
2eca62caf2
commit
4fdcb756da
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -3,8 +3,8 @@ module github.com/osbuild/osbuild-composer
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go v1.25.37
|
||||
github.com/Azure/azure-storage-blob-go v0.8.0
|
||||
github.com/aws/aws-sdk-go v1.25.37
|
||||
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
||||
github.com/gobwas/glob v0.2.3
|
||||
github.com/google/uuid v1.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue