From 9b6234f0aebbba36160388b3ed75bb30ea283672 Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Thu, 17 Oct 2024 08:12:10 -0500 Subject: [PATCH] chore: go mod tidy --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe6206e..ea69e78 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/docker/attest -go 1.22.7 +go 1.22.8 + require ( github.com/Masterminds/semver/v3 v3.3.0 github.com/aws/aws-sdk-go-v2/config v1.28.0