Skip to content

Commit

Permalink
update nuke version (#475)
Browse files Browse the repository at this point in the history
* Update go.mod

* fix go version

* Update CHANGELOG.md
  • Loading branch information
dilip0515 authored Dec 14, 2023
1 parent 6224b57 commit 9d77c4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.35.3

- upgrade the aws nuke version from v2.0.2 to v2.0.3

## v0.35.2

- upgrade the aws nuke version from v2.0. 1 to v2.0.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ require (
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)

replace github.com/rebuy-de/aws-nuke/v2 => github.com/Optum/aws-nuke/v2 v2.0.2
replace github.com/rebuy-de/aws-nuke/v2 => github.com/Optum/aws-nuke/v2 v2.0.3
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53/go.mod h1:+3IMCy2vIlbG1XG/0ggNQv0SvxCAIpPM5b1nCz56Xno=
github.com/CloudyKit/jet/v3 v3.0.0/go.mod h1:HKQPgSJmdK8hdoAbKUUWajkHyHo4RaU5rMdUywE7VMo=
github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY=
github.com/Optum/aws-nuke/v2 v2.0.2 h1:CRaky2CXPhGGFR1AUD2DC9Hfd1SS61TPGmm9rzxAH98=
github.com/Optum/aws-nuke/v2 v2.0.2/go.mod h1:7eqqB4ah6xRAf8NTalQQNBTjMHcVaqrtSJq3N/InAHo=
github.com/Optum/aws-nuke/v2 v2.0.3 h1:lUU6YhJI76RqdPI6ut5UrIwxc17zBCv9dHvrpN0ayJQ=
github.com/Optum/aws-nuke/v2 v2.0.3/go.mod h1:7eqqB4ah6xRAf8NTalQQNBTjMHcVaqrtSJq3N/InAHo=
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0=
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
Expand Down

0 comments on commit 9d77c4a

Please sign in to comment.