Commit Graph

5 Commits

Author SHA1 Message Date
dependabot-preview[bot] 0bb1052cc6
Bump github.com/pkg/errors from 0.9.0 to 0.9.1
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.9.0...v0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-01-15 05:13:24 -05:00
dependabot-preview[bot] b6e5e8034f
Bump github.com/pkg/errors from 0.8.1 to 0.9.0
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-01-13 13:00:03 -05:00
Sascha Grunert 5ce139d37d
Switch to go modules
Remove the old vendor approach in replacement of go module support.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-07-09 08:32:22 +02:00
Vincent Demeester 8cac1d50b0
fix: Update vendor folder base on vendor.conf
and removed unused `engine-api` dependency

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-10-23 14:50:29 +02:00
Dan Walsh ae965ad5b5 Add better error reporting when layers are in use
We need to inform user what object is using a layer when returning and
error.

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
2017-06-06 15:53:27 -04:00