File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/protoconf/protoconf-terraform
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.23.2
4
6
5
7
require (
6
8
github.com/avast/retry-go v3.0.0+incompatible
@@ -14,7 +16,7 @@ require (
14
16
github.com/stretchr/testify v1.8.4
15
17
github.com/zclconf/go-cty v1.10.0
16
18
google.golang.org/grpc v1.55.0
17
- google.golang.org/protobuf v1.31.0
19
+ google.golang.org/protobuf v1.35.1
18
20
)
19
21
20
22
require (
Original file line number Diff line number Diff line change @@ -590,6 +590,8 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
590
590
google.golang.org/protobuf v1.27.1 /go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc =
591
591
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8 =
592
592
google.golang.org/protobuf v1.31.0 /go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I =
593
+ google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA =
594
+ google.golang.org/protobuf v1.35.1 /go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE =
593
595
gopkg.in/alecthomas/kingpin.v2 v2.2.6 /go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw =
594
596
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
595
597
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments