Compare commits

..

1 Commits

Author SHA1 Message Date
Bastian de Byl
d182b35d56 updated helper module 2023-02-26 15:26:59 -05:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/debyltech/go-snipcart
go 1.20 go 1.20
require ( require (
github.com/debyltech/go-helpers v1.0.5 github.com/debyltech/go-helpers v1.1.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
) )

View File

@@ -6,7 +6,7 @@ import (
"errors" "errors"
"fmt" "fmt"
helper "github.com/debyltech/go-helpers" helper "github.com/debyltech/go-helpers/json"
"github.com/skip2/go-qrcode" "github.com/skip2/go-qrcode"
) )