The cmp library has two advantages: - it shows diffs between compared values - it allows ignoring fields based on field name or type
13 lines
352 B
Modula-2
13 lines
352 B
Modula-2
module github.com/osbuild/osbuild-composer
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
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/go-cmp v0.3.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
)
|