This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Go 1.16, update deps & build Apple M1 binaries (#602)
* Use Go 1.16 for builds * Update dependencies * Build binaries for Apple M1 devices
- Loading branch information
1 parent
0287f7d
commit 3b710fe
Showing
6 changed files
with
207 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
module github.com/rebuy-de/aws-nuke | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.34.12 | ||
github.com/fatih/color v1.9.0 | ||
github.com/aws/aws-sdk-go v1.37.12 | ||
github.com/fatih/color v1.10.0 | ||
github.com/golang/mock v1.4.4 | ||
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/sirupsen/logrus v1.7.1 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
Oops, something went wrong.