retraction for mispublished versions (#1147)

Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
Christopher Angelo Phillips 2022-08-06 10:52:21 -04:00 committed by GitHub
parent 621f0fe082
commit 5be7e081f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
go.mod
View File

@ -322,3 +322,8 @@ require (
github.com/pkg/errors v0.9.1 github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
) )
retract (
v0.53.2
v0.53.1 // Published accidentally with incorrect license in depdencies
)