-
-
Notifications
You must be signed in to change notification settings - Fork 140
/
go.mod
130 lines (127 loc) · 5.75 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
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
122
123
124
125
126
127
128
129
130
module github.com/xyproto/algernon
go 1.23.1
require (
github.com/caddyserver/certmagic v0.21.5
github.com/chzyer/readline v1.5.1
github.com/ddliu/go-httpclient v0.7.1
github.com/denisenkom/go-mssqldb v0.12.3
github.com/didip/tollbooth v4.0.2+incompatible
github.com/dustin/go-humanize v1.0.1
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/evanw/esbuild v0.24.2
github.com/felixge/fgtrace v0.2.0
github.com/flosch/pongo2/v6 v6.0.0
github.com/go-gcfg/gcfg v1.2.3
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
github.com/lib/pq v1.10.9
github.com/microcosm-cc/bluemonday v1.0.27
github.com/mitchellh/go-homedir v1.1.0
github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
github.com/orsinium-labs/enum v1.4.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/quic-go/quic-go v0.48.2
github.com/sirupsen/logrus v1.9.3
github.com/terminar/permissionsqlite/v2 v2.0.0-20240814235136-eff14bb4cea9
github.com/tylerb/graceful v1.2.15
github.com/valyala/fasthttp v1.58.0
github.com/wellington/sass v0.0.0-20160911051022-cab90b3986d6
github.com/xyproto/ask v1.1.0
github.com/xyproto/datablock v1.2.0
github.com/xyproto/env/v2 v2.5.2
github.com/xyproto/files v1.9.0
github.com/xyproto/gluamapper v1.2.1
github.com/xyproto/gopher-lua v1.0.2
github.com/xyproto/jpath v0.6.1
github.com/xyproto/mime v0.0.0-20210817202956-28bafd7b06b4
github.com/xyproto/ollamaclient/v2 v2.7.0
github.com/xyproto/onthefly v1.2.3
github.com/xyproto/permissionbolt/v2 v2.6.3
github.com/xyproto/permissions v1.0.0
github.com/xyproto/permissionsql/v2 v2.1.2
github.com/xyproto/pinterface v1.5.4
github.com/xyproto/pstore v1.3.3
github.com/xyproto/recwatch v1.1.0
github.com/xyproto/sheepcounter v1.6.1
github.com/xyproto/simplebolt v1.5.2
github.com/xyproto/simpleform v0.2.0
github.com/xyproto/simplejwt v1.2.0
github.com/xyproto/simpleredis/v2 v2.8.1
github.com/xyproto/splash v1.1.7-0.20240319004143-dbbd0f5afd74
github.com/xyproto/textoutput v1.17.1
github.com/xyproto/tinysvg v1.1.1
github.com/xyproto/unzip v1.0.0
github.com/yosssi/gcss v0.1.0
golang.org/x/net v0.33.0
)
require (
github.com/DataDog/gostackparse v0.7.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/allegro/bigcache/v3 v3.1.1-0.20240229143509-9455da01a1ae // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/caddyserver/zerossl v0.1.3 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/go-mysql-org/go-mysql v1.10.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/gomodule/redigo v1.9.2 // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/libdns/libdns v0.2.2 // indirect
github.com/mattetti/filebuffer v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mholt/acmez/v3 v3.0.0 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f // indirect
github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d // indirect
github.com/pingcap/tidb/pkg/parser v0.0.0-20250103133128-35f329d3adaf // indirect
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed // indirect
github.com/terminar/simplesqlite v0.0.0-20240811163019-f2a6c3cbea17 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/xyproto/binary v1.3.3 // indirect
github.com/xyproto/burnfont v1.2.3 // indirect
github.com/xyproto/cookie/v2 v2.2.6 // indirect
github.com/xyproto/randomstring v1.2.0 // indirect
github.com/xyproto/simplehstore v1.8.3 // indirect
github.com/xyproto/simplemaria v1.3.4 // indirect
github.com/xyproto/symwalk v1.1.1 // indirect
github.com/xyproto/vt100 v1.16.11 // indirect
github.com/zeebo/blake3 v0.2.4 // indirect
go.etcd.io/bbolt v1.3.11 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/mock v0.5.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.uber.org/zap/exp v0.3.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.8.0 // indirect
golang.org/x/tools v0.28.0 // indirect
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)