mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 18:18:45 +00:00
Bumps [github.com/go-debos/fakemachine](https://github.com/go-debos/fakemachine) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/go-debos/fakemachine/releases) - [Commits](https://github.com/go-debos/fakemachine/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: github.com/go-debos/fakemachine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
486 B
Modula-2
17 lines
486 B
Modula-2
module github.com/go-debos/debos
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/go-debos/fakemachine v0.0.3
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/sjoerdsimons/ostree-go v0.0.0-20201014091107-8fae757256f8
|
|
github.com/stretchr/testify v1.8.0
|
|
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
|