Skip to content

Commit

Permalink
chore(deps): update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Aug 11, 2022
1 parent c0e2e0e commit da7ee20
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 54 deletions.
25 changes: 15 additions & 10 deletions go.mod
Expand Up @@ -4,31 +4,36 @@ go 1.16

require (
github.com/cenkalti/backoff/v4 v4.1.3
github.com/compose-spec/compose-go v1.2.8
github.com/compose-spec/compose-go v1.4.0
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/containerd v1.6.7
github.com/containerd/containerd v1.6.8
github.com/containerd/continuity v0.3.0 // indirect
github.com/distribution/distribution/v3 v3.0.0-20220620080156-3e4f8a0ab147 // indirect
github.com/docker/cli v20.10.13+incompatible
github.com/docker/compose/v2 v2.6.1
github.com/distribution/distribution/v3 v3.0.0-20220729163034-26163d82560f // indirect
github.com/docker/cli v20.10.17+incompatible
github.com/docker/compose/v2 v2.9.0
github.com/docker/docker v20.10.17+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.15.6 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/magiconair/properties v1.8.6
github.com/moby/sys/mount v0.3.3 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
github.com/opencontainers/runc v1.1.3 // indirect
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
golang.org/x/net v0.0.0-20220811182439-13a9a731de15 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/genproto v0.0.0-20220810155839-1856144b1d9c // indirect
gopkg.in/yaml.v3 v3.0.1
gotest.tools/gotestsum v1.8.1
gotest.tools/v3 v3.3.0
Expand Down

0 comments on commit da7ee20

Please sign in to comment.