mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-28 02:18:45 +00:00
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.5. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.5) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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.4.0
|
|
github.com/go-debos/fakemachine v0.0.2
|
|
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.7.5
|
|
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
|