Skip to content

Commit 8a8b378

Browse files
Exempted - Upgraded golang version to 1.21.8
1 parent cbd1a6e commit 8a8b378

File tree

1,748 files changed

+91505
-339542
lines changed

Some content is hidden

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

1,748 files changed

+91505
-339542
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.7
1+
1.21.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Requirements
1616

1717
- [Terraform](https://www.terraform.io/downloads.html) v0.12.31 or greater
18-
- [Go](https://golang.org/doc/install) 1.20.7 (recommended)
18+
- [Go](https://golang.org/doc/install) 1.21.8 (recommended)
1919

2020

2121
## Building the Provider

go.mod

Lines changed: 26 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,67 @@
11
module github.com/oracle/terraform-provider-oci
22

33
require (
4-
github.com/fatih/color v1.7.0
4+
github.com/fatih/color v1.16.0
55
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
6-
github.com/hashicorp/go-multierror v1.0.0
6+
github.com/hashicorp/go-multierror v1.1.1
7+
github.com/hashicorp/hc-install v0.6.3
78
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
8-
github.com/hashicorp/terraform-exec v0.14.0
9-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
9+
github.com/hashicorp/terraform-exec v0.20.0
10+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
1011
github.com/stretchr/testify v1.8.4
11-
golang.org/x/mod v0.14.0
12+
golang.org/x/mod v0.15.0
1213
gopkg.in/yaml.v2 v2.3.0
1314
)
1415

1516
require (
16-
cloud.google.com/go/compute v1.23.3 // indirect
17-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
18-
cloud.google.com/go/iam v1.1.5 // indirect
19-
github.com/google/s2a-go v0.1.7 // indirect
20-
github.com/google/uuid v1.4.0 // indirect
21-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
22-
golang.org/x/sync v0.6.0 // indirect
23-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
24-
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
17+
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
18+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
19+
github.com/cloudflare/circl v1.3.7 // indirect
20+
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
21+
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
22+
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
23+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
24+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
2525
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
2626
)
2727

2828
require (
29-
cloud.google.com/go v0.110.10 // indirect
30-
cloud.google.com/go/storage v1.30.1 // indirect
3129
github.com/agext/levenshtein v1.2.2 // indirect
3230
github.com/apparentlymart/go-textseg v1.0.0 // indirect
33-
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
34-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
35-
github.com/aws/aws-sdk-go v1.44.122 // indirect
36-
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3731
github.com/davecgh/go-spew v1.1.1 // indirect
3832
github.com/gofrs/flock v0.8.1 // indirect
39-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4033
github.com/golang/protobuf v1.5.3 // indirect
4134
github.com/google/go-cmp v0.6.0 // indirect
42-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
4335
github.com/hashicorp/errwrap v1.0.0 // indirect
4436
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
4537
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
46-
github.com/hashicorp/go-getter v1.7.3 // indirect
47-
github.com/hashicorp/go-hclog v0.15.0 // indirect
48-
github.com/hashicorp/go-plugin v1.4.1 // indirect
49-
github.com/hashicorp/go-safetemp v1.0.0 // indirect
50-
github.com/hashicorp/go-uuid v1.0.1 // indirect
38+
github.com/hashicorp/go-hclog v1.5.0 // indirect
39+
github.com/hashicorp/go-plugin v1.6.0 // indirect
40+
github.com/hashicorp/go-uuid v1.0.3 // indirect
5141
github.com/hashicorp/go-version v1.6.0
52-
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
42+
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
5343
github.com/hashicorp/logutils v1.0.0 // indirect
54-
github.com/hashicorp/terraform-json v0.12.0 // indirect
55-
github.com/hashicorp/terraform-plugin-go v0.3.0 // indirect
56-
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
57-
github.com/jmespath/go-jmespath v0.4.0 // indirect
58-
github.com/klauspost/compress v1.15.11 // indirect
59-
github.com/mattn/go-colorable v0.1.4 // indirect
60-
github.com/mattn/go-isatty v0.0.10 // indirect
44+
github.com/hashicorp/terraform-json v0.21.0 // indirect
45+
github.com/hashicorp/terraform-plugin-go v0.22.0 // indirect
46+
github.com/hashicorp/yamux v0.1.1 // indirect
47+
github.com/mattn/go-colorable v0.1.13 // indirect
48+
github.com/mattn/go-isatty v0.0.20 // indirect
6149
github.com/mitchellh/copystructure v1.2.0 // indirect
62-
github.com/mitchellh/go-homedir v1.1.0 // indirect
6350
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
6451
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
65-
github.com/mitchellh/mapstructure v1.1.2 // indirect
52+
github.com/mitchellh/mapstructure v1.5.0 // indirect
6653
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6754
github.com/oklog/run v1.0.0 // indirect
6855
github.com/oracle/oci-go-sdk/v65 v65.65.3
6956
github.com/pmezard/go-difflib v1.0.0 // indirect
7057
github.com/sony/gobreaker v0.5.0 // indirect
71-
github.com/ulikunitz/xz v0.5.10 // indirect
7258
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
73-
github.com/zclconf/go-cty v1.8.4 // indirect
74-
go.opencensus.io v0.24.0 // indirect
59+
github.com/zclconf/go-cty v1.14.2 // indirect
7560
golang.org/x/crypto v0.19.0 // indirect
7661
golang.org/x/net v0.20.0 // indirect
77-
golang.org/x/oauth2 v0.14.0 // indirect
7862
golang.org/x/sys v0.17.0 // indirect
7963
golang.org/x/text v0.14.0 // indirect
80-
google.golang.org/api v0.149.0 // indirect
8164
google.golang.org/appengine v1.6.8 // indirect
82-
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
8365
google.golang.org/grpc v1.61.1 // indirect
8466
google.golang.org/protobuf v1.32.0 // indirect
8567
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -88,4 +70,4 @@ require (
8870
// Uncomment this line to get OCI Go SDK from local source instead of github
8971
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
9072

91-
go 1.20
73+
go 1.21

0 commit comments

Comments
 (0)