Skip to content

Commit

Permalink
upgrade to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nirdosh17 committed Aug 15, 2024
1 parent 789a2b7 commit 94bf0dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 126 deletions.
22 changes: 21 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nirdosh17/cfn-teardown

go 1.16
go 1.22

require (
github.com/aws/aws-sdk-go v1.40.22
Expand All @@ -9,3 +9,23 @@ require (
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.8.1
)

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 94bf0dd

Please sign in to comment.