-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathgo.mod
More file actions
95 lines (91 loc) · 3.73 KB
/
go.mod
File metadata and controls
95 lines (91 loc) · 3.73 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
module github.com/shopware/shopware-cli
go 1.25.8
require (
charm.land/huh/v2 v2.0.3
charm.land/lipgloss/v2 v2.0.2
dario.cat/mergo v1.0.2
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/NYTimes/gziphandler v1.1.1
github.com/bep/godartsass/v2 v2.5.0
github.com/cespare/xxhash/v2 v2.3.0
github.com/evanw/esbuild v0.28.0
github.com/go-sql-driver/mysql v1.9.3
github.com/gorilla/schema v1.4.1
github.com/invopop/jsonschema v0.13.0
github.com/jaswdr/faker/v2 v2.9.1
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.21
github.com/microcosm-cc/bluemonday v1.0.27
github.com/otiai10/copy v1.14.1
github.com/shyim/go-version v0.0.0-20250828113848-97ec77491b32
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/tetratelabs/wazero v1.11.0
github.com/tonistiigi/go-actions-cache v0.0.0-20260120203934-54bc28c26fd2
github.com/vulcand/oxy/v2 v2.0.3
github.com/wI2L/jsondiff v0.7.1
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/yuin/goldmark v1.8.2
github.com/zeebo/xxh3 v1.1.0
go.uber.org/zap v1.27.1
golang.org/x/image v0.39.0
golang.org/x/text v0.36.0
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
require (
charm.land/bubbles/v2 v2.0.0 // indirect
charm.land/bubbletea/v2 v2.0.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/catppuccin/go v0.3.0 // indirect
github.com/charmbracelet/colorprofile v0.4.2 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 // indirect
github.com/charmbracelet/x/ansi v0.11.6 // indirect
github.com/charmbracelet/x/exp/ordered v0.1.0 // indirect
github.com/charmbracelet/x/exp/strings v0.1.0 // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/charmbracelet/x/termios v0.1.1 // indirect
github.com/charmbracelet/x/windows v0.2.2 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.18.5
github.com/mailru/easyjson v0.9.1 // indirect
github.com/mattn/go-runewidth v0.0.20 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/shyim/go-htmlprinter v0.0.0-20250417052954-e3e325d9ba3f
github.com/spf13/pflag v1.0.10 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.53.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sync v0.20.0
golang.org/x/sys v0.43.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)