Skip to content

Commit

Permalink
updates dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Hatcher committed Jun 12, 2022
1 parent b4e1437 commit 556a48d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 7 deletions.
26 changes: 19 additions & 7 deletions go.mod
Expand Up @@ -3,18 +3,30 @@ module github.com/superterran/mach
go 1.16

require (
github.com/aws/aws-sdk-go v1.44.27
github.com/containerd/containerd v1.6.5 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect
github.com/aws/aws-sdk-go v1.44.32
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/containerd v1.6.6 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.16+incompatible
github.com/docker/docker v20.10.17+incompatible
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.13.0
github.com/go-git/go-git/v5 v5.4.2
github.com/moby/sys/mount v0.3.2 // indirect
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
github.com/imdario/mergo v0.3.13 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/moby/sys/mount v0.3.3 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/opencontainers/runc v1.1.3 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.7.2
github.com/subosito/gotenv v1.4.0 // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)

0 comments on commit 556a48d

Please sign in to comment.