All checks were successful
Release / release (push) Successful in 24s
Extends the Product struct to include additional fields from the Snipcart Products API response, enabling filtering of archived products and access to product metadata like images and URLs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
165 B
Modula-2
9 lines
165 B
Modula-2
module github.com/debyltech/go-snipcart
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/debyltech/go-helpers v1.1.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
)
|