From d7c5fd3b74d538564b3b284412fda55286f64036 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Wed, 13 Sep 2023 13:48:50 -0400 Subject: [PATCH] updated helpers for Get request fix --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 726feca..5dcd2c4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/debyltech/go-snipcart go 1.19 require ( - github.com/debyltech/go-helpers v1.1.0 + github.com/debyltech/go-helpers v1.1.1 github.com/debyltech/go-shippr v0.1.0 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e )