Commit 7b3e6b32 authored by Martin Atkins's avatar Martin Atkins
Browse files

go.mod: Now targeting the Go 1.18 language

This means we can now use type parameter syntax where appropriate.

This commit also includes an upgrade to the golang.org/x/tools module,
in order to get a newer version of "stringer" that supports the type
parameters syntax.
parent 0d3d9548
liamcervante/structured-run-output MatthewTestBranch add-cont-valid-callout b-check-output-multi-expand b-check-resource-multi-expand b-flatten-panic b-yamldecode-emptydoc-null backport/add-cont-valid-callout/luckily-golden-wildcat backport/alisdair/pre-convert-optional-defaults/virtually-able-mouse backport/b-check-resource-multi-expand/extremely-key-sheep backport/clarify-backend-state-storage/ultimately-causal-ladybird backport/cstella84/patch-add-hyperlink-for-referenced-argument backport/doc-s3-fix/utterly-close-rabbit backport/docs-for-each-list-toset/basically-still-zebra backport/docs/unknwon-value/completely-musical-lionfish backport/f-build-go1.19.3/largely-peaceful-grouper backport/fix-backends-link/vertically-noble-hornet backport/fix-internals-overview/globally-allowed-kid backport/fix-links-devdot/strictly-notable-sparrow backport/kevin/rewrite-internal-redirects/quietly-helped-pelican backport/mg_no_code_prov_followup/marginally-relevant-eagle backport/mktg-tf-76ef54dc3c574e032725e0341be8e1d2/friendly-evident-grouse backport/optional-type-attributes-note/inherently-dear-goat backport/patch-1/nationally-working-kite backport/patch-1/noticeably-comic-manatee backport/patch-1/vaguely-deciding-beagle backport/patch-1/virtually-more-rhino backport/patch-1/wholly-verified-racer backport/patch-1/willingly-usable-husky backport/patch-2/finally-amazed-catfish backport/patch-2/openly-clean-tick backport/remove-provisioners/readily-correct-ferret backport/startsswith-to-startswith/highly-gorgeous-katydid backport/workspaces-confusion-fixes/secondly-huge-titmouse brandonc/changelog_nested_sensitive brandonc/changelog_sensitive_diff_fixes brandonc/nested_attr_sensitive brandonc/providers-estimate build-workflow-dev/liamcervante/equivalence-test-action bump-gcp-storage-dependency bump-gcp-storage-dependency-2 dev-portal-updates-docs dividers-devdot-fixes doc-unicode-hcl doc-yamlencode-stable docs-readme-updates-versioned-docs f-addrs-static-checkable f-build-go1.19.3 f-cli-hide-fast-refresh f-cmd-web f-dynamic-provider-assignment f-expand-root-outputs f-jsonstate-2 f-moduletest-2 f-output-value-types f-partial-plan-on-error f-persistent-checks-old fix-apt-page fix-cdktf-link fix-dividers-for-devdot fix-future-facing-language fix-future-lang-2 fix-internals-overview fix-links-devdot fix-readme-again gcs-backend-add-kms gcs-backend-add-private-connect-support gcs-refactor-credential-handling gs/add-pre-plan-run-tasks jbardin/1.3-destroy-perf jbardin/data-source-destroy-edges jbardin/output-perf jbardin/plan-orphan-deleted jbardin/remove-deprecated-backends jbardin/resolved-provided-by jbardin/terraform-data jbardin/terraform-null kevin/remove-guides-docs liamcervante/cicd-go-vet v1.4.0-alpha20221109 v1.3.5 v1.3.4 v1.3.3 v1.3.2 v1.3.1 v1.3.0 v1.3.0-rc1 v1.3.0-beta1 v1.3.0-alpha20220817 v1.3.0-alpha20220803 v1.3.0-alpha20220706 v1.3.0-alpha20220622
No related merge requests found
Showing with 7 additions and 70 deletions
+7 -70
......@@ -83,13 +83,13 @@ require (
github.com/zclconf/go-cty-yaml v1.0.2
go.etcd.io/etcd v0.5.0-alpha.5.0.20210428180535-15715dcf1ace
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
golang.org/x/tools v0.1.11
google.golang.org/api v0.44.0-impersonate-preview
google.golang.org/grpc v1.36.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
......@@ -206,4 +206,4 @@ replace github.com/golang/mock v1.5.0 => github.com/golang/mock v1.4.4
// replacement that includes a fix for CVE-2020-26160.
replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible
go 1.17
go 1.18
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment