Skip to content

Commit e85cff4

Browse files
ravinitpManiteja-Kurapati
authored andcommitted
Upgraded golang version to gov1.24.10
1 parent c9a9f58 commit e85cff4

File tree

796 files changed

+44234
-15226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

796 files changed

+44234
-15226
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.9
1+
1.24.10

go.mod

Lines changed: 33 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,45 @@ require (
44
github.com/fatih/color v1.18.0
55
github.com/hashicorp/go-cty v1.5.0
66
github.com/hashicorp/go-multierror v1.1.1
7-
github.com/hashicorp/go-version v1.7.0
7+
github.com/hashicorp/go-version v1.8.0
88
github.com/hashicorp/hc-install v0.9.2
99
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
10-
github.com/hashicorp/terraform-exec v0.23.0
11-
github.com/hashicorp/terraform-plugin-framework v1.14.1
12-
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0
13-
github.com/hashicorp/terraform-plugin-go v0.26.0
14-
github.com/hashicorp/terraform-plugin-mux v0.18.0
15-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
16-
github.com/hashicorp/terraform-plugin-testing v1.9.0
10+
github.com/hashicorp/terraform-exec v0.24.0
11+
github.com/hashicorp/terraform-plugin-framework v1.16.1
12+
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
13+
github.com/hashicorp/terraform-plugin-go v0.29.0
14+
github.com/hashicorp/terraform-plugin-mux v0.21.0
15+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
16+
github.com/hashicorp/terraform-plugin-testing v1.13.3
1717
github.com/oracle/oci-go-sdk/v65 v65.105.0
18-
github.com/stretchr/testify v1.9.0
19-
golang.org/x/mod v0.24.0
18+
github.com/stretchr/testify v1.11.1
19+
golang.org/x/mod v0.30.0
2020
gopkg.in/yaml.v2 v2.4.0
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
2323

2424
require (
25-
github.com/ProtonMail/go-crypto v1.1.6 // indirect
25+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
2626
github.com/agext/levenshtein v1.2.3 // indirect
2727
github.com/apparentlymart/go-textseg v1.0.0 // indirect
2828
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2929
github.com/cloudflare/circl v1.6.1 // indirect
30-
github.com/davecgh/go-spew v1.1.1 // indirect
31-
github.com/gofrs/flock v0.12.1 // indirect
30+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31+
github.com/gofrs/flock v0.13.0 // indirect
3232
github.com/golang/protobuf v1.5.4 // indirect
3333
github.com/google/go-cmp v0.7.0 // indirect
3434
github.com/hashicorp/errwrap v1.1.0 // indirect
3535
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3636
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3737
github.com/hashicorp/go-hclog v1.6.3 // indirect
38-
github.com/hashicorp/go-plugin v1.6.3 // indirect
39-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
38+
github.com/hashicorp/go-plugin v1.7.0 // indirect
39+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
4040
github.com/hashicorp/go-uuid v1.0.3 // indirect
41-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
41+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
4242
github.com/hashicorp/logutils v1.0.0 // indirect
43-
github.com/hashicorp/terraform-json v0.24.0 // indirect
44-
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
45-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
43+
github.com/hashicorp/terraform-json v0.27.2 // indirect
44+
github.com/hashicorp/terraform-plugin-log v0.10.0 // indirect
45+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
4646
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
4747
github.com/hashicorp/yamux v0.1.2 // indirect
4848
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -52,29 +52,26 @@ require (
5252
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5353
github.com/mitchellh/mapstructure v1.5.0 // indirect
5454
github.com/mitchellh/reflectwalk v1.0.2 // indirect
55-
github.com/oklog/run v1.1.0 // indirect
56-
github.com/pmezard/go-difflib v1.0.0 // indirect
57-
github.com/rogpeppe/go-internal v1.14.1 // indirect
55+
github.com/oklog/run v1.2.0 // indirect
56+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5857
github.com/sony/gobreaker v1.0.0 // indirect
5958
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6059
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
6160
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
6261
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
63-
github.com/zclconf/go-cty v1.16.2 // indirect
64-
golang.org/x/crypto v0.38.0 // indirect
65-
golang.org/x/net v0.40.0 // indirect
66-
golang.org/x/sync v0.14.0 // indirect
67-
golang.org/x/sys v0.33.0 // indirect
68-
golang.org/x/text v0.25.0 // indirect
69-
golang.org/x/tools v0.33.0 // indirect
62+
github.com/zclconf/go-cty v1.17.0 // indirect
63+
golang.org/x/crypto v0.45.0 // indirect
64+
golang.org/x/net v0.47.0 // indirect
65+
golang.org/x/sync v0.18.0 // indirect
66+
golang.org/x/sys v0.38.0 // indirect
67+
golang.org/x/text v0.31.0 // indirect
68+
golang.org/x/tools v0.39.0 // indirect
7069
google.golang.org/appengine v1.6.8 // indirect
71-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
72-
google.golang.org/grpc v1.72.0 // indirect
73-
google.golang.org/protobuf v1.36.6 // indirect
70+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect
71+
google.golang.org/grpc v1.77.0 // indirect
72+
google.golang.org/protobuf v1.36.10 // indirect
7473
)
7574

76-
// Uncomment this line to get OCI Go SDK from local source instead of github
77-
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
78-
go 1.23.0
75+
// replace github.com/oracle/oci-go-sdk/v65 v65.105.0 => ./vendor/github.com/oracle/oci-go-sdk
7976

80-
toolchain go1.23.9
77+
go 1.24.10

0 commit comments

Comments
 (0)