-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
121 lines (118 loc) · 5.06 KB
/
Copy pathgo.mod
File metadata and controls
121 lines (118 loc) · 5.06 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
module github.com/omarluq/librecode
go 1.26.4
require (
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.2
github.com/MicahParks/jwkset v0.11.0
github.com/MicahParks/keyfunc/v3 v3.8.0
github.com/Oudwins/zog v0.22.2
github.com/PuerkitoBio/goquery v1.12.0
github.com/adrg/frontmatter v0.2.0
github.com/alecthomas/chroma/v2 v2.27.0
github.com/aymanbagabas/go-udiff v0.4.1
github.com/bmatcuk/doublestar/v4 v4.10.0
github.com/charlievieth/fastwalk v1.0.14
github.com/charmbracelet/x/etag v0.2.0
github.com/clipperhouse/displaywidth v0.11.0
github.com/dustin/go-humanize v1.0.1
github.com/fsnotify/fsnotify v1.10.1
github.com/gdamore/tcell/v3 v3.4.0
github.com/go-git/go-billy/v5 v5.9.0
github.com/go-git/go-git/v5 v5.19.1
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/gofrs/uuid/v5 v5.4.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/invopop/jsonschema v0.14.0
github.com/odvcencio/gotreesitter v0.20.5
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pressly/goose/v3 v3.27.1
github.com/rs/zerolog v1.35.1
github.com/sahilm/fuzzy v0.1.3
github.com/samber/do/v2 v2.0.0
github.com/samber/hot v0.13.0
github.com/samber/lo v1.53.0
github.com/samber/mo v1.17.0
github.com/samber/oops v1.22.0
github.com/samber/slog-zerolog/v2 v2.9.2
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/sethvargo/go-retry v0.3.0
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
github.com/tmaxmax/go-sse v0.11.0
github.com/vingarcia/ksql v1.14.0
github.com/vingarcia/ksql/adapters/modernc-ksqlite v1.14.0
github.com/yuin/goldmark v1.8.2
github.com/yuin/gopher-lua v1.1.2
golang.design/x/clipboard v0.8.0
golang.org/x/net v0.56.0
golang.org/x/text v0.38.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.53.0
mvdan.cc/sh/v3 v3.13.1
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/DmitriyVTitov/size v1.5.0 // indirect
github.com/JohannesKaufmann/dom v0.3.1 // indirect
github.com/andybalholm/cascadia v1.3.4 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2/v2 v2.2.1 // indirect
github.com/ebitengine/purego v0.10.1 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/oklog/ulid/v2 v2.1.1 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.22.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/samber/go-singleflightx v0.3.2 // indirect
github.com/samber/go-type-to-string v1.8.0 // indirect
github.com/samber/slog-common v0.21.0 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.opentelemetry.io/otel v1.43.0 // indirect
go.opentelemetry.io/otel/trace v1.43.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
golang.design/x/x11 v0.2.0 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
golang.org/x/image v0.28.0 // indirect
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
golang.org/x/time v0.9.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
modernc.org/libc v1.73.4 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)