-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
55 lines (52 loc) · 1.94 KB
/
Copy pathgo.mod
File metadata and controls
55 lines (52 loc) · 1.94 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
module github.com/getsarde/sarde
go 1.25.0
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/alecthomas/chroma/v2 v2.26.1
github.com/creativeprojects/go-selfupdate v1.5.2
github.com/disintegration/imaging v1.6.2
github.com/evanw/esbuild v0.28.0
github.com/frostybee/edict v0.1.0
github.com/frostybee/go-swarm-icons v0.1.0
github.com/frostybee/go-swarm-icons/lucide v0.1.0
github.com/frostybee/kazari v1.2.1
github.com/frostybee/nuri v1.0.1
github.com/fsnotify/fsnotify v1.9.0
github.com/gen2brain/avif v0.4.4
github.com/gen2brain/webp v0.5.5
github.com/go-playground/locales v0.14.1
github.com/gorilla/websocket v1.5.3
github.com/pelletier/go-toml/v2 v2.3.0
github.com/spf13/cobra v1.10.2
github.com/tdewolff/minify/v2 v2.24.13
github.com/yuin/goldmark v1.8.2
golang.org/x/image v0.40.0
golang.org/x/net v0.57.0
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
gopkg.in/yaml.v3 v3.0.1
)
require (
code.gitea.io/sdk/gitea v0.22.1 // indirect
github.com/42wim/httpsig v1.2.3 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/dlclark/regexp2/v2 v2.1.1 // indirect
github.com/ebitengine/purego v0.8.3 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/google/go-github/v74 v74.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
github.com/hashicorp/go-version v1.8.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/tdewolff/parse/v2 v2.8.12 // indirect
github.com/tetratelabs/wazero v1.12.0 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
gitlab.com/gitlab-org/api/client-go v1.9.1 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/text v0.40.0 // indirect
golang.org/x/time v0.14.0 // indirect
)