From 0ca78f2ca17575e478b2ebca41ae23e18f700477 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 00:01:41 +0300 Subject: [PATCH] Update go updates Signed-off-by: Platform Engineering Bot --- cmd/arcaflow-codegen/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/arcaflow-codegen/go.mod b/cmd/arcaflow-codegen/go.mod index 4118f0b..9f9ee06 100644 --- a/cmd/arcaflow-codegen/go.mod +++ b/cmd/arcaflow-codegen/go.mod @@ -3,7 +3,7 @@ module codegen go 1.18 require ( - go.arcalot.io/assert v1.6.0 + go.arcalot.io/assert v1.8.0 golang.org/x/text v0.14.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.mod b/go.mod index c4e6b68..42a69d1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module go.flow.arcalot.io/pluginsdk go 1.21 require ( - github.com/fxamacker/cbor/v2 v2.5.0 + github.com/fxamacker/cbor/v2 v2.6.0 go.arcalot.io/assert v1.8.0 go.arcalot.io/log/v2 v2.1.0 gopkg.in/yaml.v3 v3.0.1