Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ go 1.15

require (
github.com/gruntwork-io/terratest v0.31.2
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
github.com/stretchr/testify v1.6.1
golang.org/dl v0.0.0-20200901180525-35ca1c5c19fb // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201117170446-d9b008d0a637 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Loading