able to list products

This commit is contained in:
Gitea
2023-11-23 19:13:54 +03:00
parent f382d9e73b
commit 0553ea71c3
11 changed files with 774 additions and 116 deletions

5
go.mod
View File

@ -6,3 +6,8 @@ require (
github.com/go-resty/resty/v2 v2.10.0
golang.org/x/net v0.18.0
)
require (
github.com/teris-io/cli v1.0.1 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
)