mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
47 lines
1.9 KiB
Modula-2
47 lines
1.9 KiB
Modula-2
module github.com/amir20/dozzle
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/beme/abide v0.0.0-20190723115211-635a09831760
|
|
github.com/containerd/containerd v1.4.3 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v20.10.2+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
|
github.com/gobuffalo/packd v1.0.0 // indirect
|
|
github.com/gobuffalo/packr v1.30.1
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/magiconair/properties v1.8.4
|
|
github.com/mitchellh/mapstructure v1.4.0 // indirect
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/afero v1.5.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
|
|
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
|
|
google.golang.org/grpc v1.34.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
)
|
|
|
|
go 1.14
|