From 3c5b6dbc74d6f3e0f21edcb4d83a71da0a2803b9 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Wed, 13 Sep 2023 19:19:36 -0400 Subject: [PATCH] chore: compatibility as a go mod dependency --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d387666..0540f06 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/aiven/aiven-go-client +module github.com/aiven/aiven-go-client/v2 -go 1.18 +go 1.21 require ( github.com/hashicorp/go-cleanhttp v0.5.2