forked from shopware/shopware-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
52 lines (48 loc) · 1.76 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/FriendsOfShopware/shopware-cli
go 1.21
require (
github.com/bep/godartsass/v2 v2.0.0
github.com/caarlos0/env/v9 v9.0.0
github.com/doutorfinancas/go-mad v0.0.0-20230320131904-348560be9c36
github.com/evanw/esbuild v0.19.2
github.com/friendsofshopware/go-shopware-admin-api-sdk v0.0.0-20230318202833-6328f419267d
github.com/google/uuid v1.3.1
github.com/gorilla/schema v1.2.0
github.com/manifoldco/promptui v0.9.0
github.com/microcosm-cc/bluemonday v1.0.25
github.com/olekukonko/tablewriter v0.0.5
github.com/otiai10/copy v1.12.0
github.com/sashabaranov/go-openai v1.15.1
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/vulcand/oxy/v2 v2.0.0-20230427132221-be5cf38f3c1c
github.com/yuin/goldmark v1.5.6
go.uber.org/zap v1.25.0
gopkg.in/yaml.v3 v3.0.1
dario.cat/mergo v1.0.0
github.com/NYTimes/gziphandler v1.1.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jaswdr/faker v1.19.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)