From 8092e077a2045dfd0a74e30e3217916a925c24aa Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 23 Feb 2024 23:22:16 +0100 Subject: Updated dependencies --- go.mod | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 70744a8..183f90e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module git.adyxax.org/adyxax/terraform-provider-eventline -go 1.20 +go 1.22 + +toolchain go1.22.0 require ( github.com/exograd/eventline v1.1.0 @@ -27,7 +29,7 @@ require ( github.com/galdor/go-service v0.0.0-20231222101450-cc2d72933c8e // indirect github.com/galdor/go-uuid v0.0.0-20230418134831-d236b757febe // indirect github.com/golang/protobuf v1.5.3 // indirect - github.com/google/uuid v1.4.0 // indirect + github.com/google/uuid v1.6.0 // indirect github.com/hashicorp/cli v1.1.6 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-checkpoint v0.5.0 // indirect @@ -78,8 +80,8 @@ require ( golang.org/x/sync v0.6.0 // indirect golang.org/x/sys v0.17.0 // indirect golang.org/x/text v0.14.0 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect - google.golang.org/grpc v1.61.1 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect + google.golang.org/grpc v1.62.0 // indirect google.golang.org/protobuf v1.32.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect -- cgit v1.2.3