mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 18:18:45 +00:00
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
559 B
Modula-2
18 lines
559 B
Modula-2
module github.com/go-debos/debos
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
|
|
github.com/alessio/shellescape v1.4.2
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/go-debos/fakemachine v0.0.10
|
|
github.com/go-task/slim-sprig/v3 v3.0.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/sjoerdsimons/ostree-go v0.0.0-20201014091107-8fae757256f8
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|