File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ Happy erasing!
4141It's recommended to install a specific version of AWSweeper available on the
4242[ releases page] ( https://github.com/jckuester/awsweeper/releases ) .
4343
44- Here is the recommended way to install AWSweeper v0.10.0 :
44+ Here is the recommended way to install AWSweeper v0.10.1 :
4545
4646``` bash
4747# install it into ./bin/
48- curl -sSfL https://raw.githubusercontent.com/jckuester/awsweeper/master/install.sh | sh -s v0.10.0
48+ curl -sSfL https://raw.githubusercontent.com/jckuester/awsweeper/master/install.sh | sh -s v0.10.1
4949```
5050
5151## Usage
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/golang/mock v1.4.0
1010 github.com/gruntwork-io/terratest v0.24.2
1111 github.com/jckuester/awsls v0.1.1
12- github.com/jckuester/terradozer v0.1.1
12+ github.com/jckuester/terradozer v0.1.2
1313 github.com/onsi/gomega v1.9.0
1414 github.com/pkg/errors v0.9.1
1515 github.com/stretchr/testify v1.5.1
Original file line number Diff line number Diff line change @@ -356,6 +356,8 @@ github.com/jckuester/terradozer v0.1.0 h1:dsZHaY1vH0XNDDIAensa4IkoL7+WKUqDpEu7xl
356356github.com/jckuester/terradozer v0.1.0 /go.mod h1:ZHLoxb3vdsXGCmxeUb7vPy/T6yPzecD0rn1NWdH9aww =
357357github.com/jckuester/terradozer v0.1.1 h1:ypKZXvnCPAwbWi4am+OvSA6aW/7JxHGiRjpXSI9ZSpg =
358358github.com/jckuester/terradozer v0.1.1 /go.mod h1:ZHLoxb3vdsXGCmxeUb7vPy/T6yPzecD0rn1NWdH9aww =
359+ github.com/jckuester/terradozer v0.1.2 h1:E4oN3pk9aVTJgzmVySMiMr/dEwd6s6LqNTTDpaRh/mc =
360+ github.com/jckuester/terradozer v0.1.2 /go.mod h1:ZHLoxb3vdsXGCmxeUb7vPy/T6yPzecD0rn1NWdH9aww =
359361github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 /go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k =
360362github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM =
361363github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af /go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k =
You can’t perform that action at this time.
0 commit comments