Skip to content

Commit 50b275e

Browse files
committed
Upgrade go version to 1.24
1 parent dbe41f9 commit 50b275e

2 files changed

Lines changed: 67 additions & 497 deletions

File tree

go.mod

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
module github.com/CheckPointSW/infinity-next-terraform-cli
22

3-
go 1.18
3+
go 1.24.0
44

55
require (
6-
github.com/golang-jwt/jwt/v5 v5.2.1
7-
github.com/spf13/cobra v1.4.0
8-
github.com/spf13/pflag v1.0.5
9-
github.com/spf13/viper v1.11.0
6+
github.com/golang-jwt/jwt/v5 v5.3.0
7+
github.com/spf13/cobra v1.10.1
8+
github.com/spf13/pflag v1.0.10
9+
github.com/spf13/viper v1.21.0
1010
)
1111

1212
require (
13-
github.com/fsnotify/fsnotify v1.5.4 // indirect
14-
github.com/hashicorp/hcl v1.0.0 // indirect
15-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
16-
github.com/magiconair/properties v1.8.6 // indirect
17-
github.com/mitchellh/mapstructure v1.5.0 // indirect
18-
github.com/pelletier/go-toml v1.9.5 // indirect
19-
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
20-
github.com/spf13/afero v1.8.2 // indirect
21-
github.com/spf13/cast v1.4.1 // indirect
22-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
23-
github.com/subosito/gotenv v1.2.0 // indirect
24-
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
25-
golang.org/x/text v0.3.7 // indirect
26-
gopkg.in/ini.v1 v1.66.4 // indirect
27-
gopkg.in/yaml.v2 v2.4.0 // indirect
28-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
13+
github.com/fsnotify/fsnotify v1.9.0 // indirect
14+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
15+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
16+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
17+
github.com/sagikazarmark/locafero v0.11.0 // indirect
18+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
19+
github.com/spf13/afero v1.15.0 // indirect
20+
github.com/spf13/cast v1.10.0 // indirect
21+
github.com/subosito/gotenv v1.6.0 // indirect
22+
go.yaml.in/yaml/v3 v3.0.4 // indirect
23+
golang.org/x/sys v0.38.0 // indirect
24+
golang.org/x/text v0.31.0 // indirect
2925
)

0 commit comments

Comments
 (0)