-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (41 loc) · 1.52 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
module go.hackfix.me/disco
go 1.22
require (
github.com/adrg/xdg v0.4.0
github.com/alecthomas/kong v0.8.1
github.com/felixge/httpsnoop v1.0.4
github.com/glebarez/go-sqlite v1.22.0
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/render v1.0.3
github.com/lmittmann/tint v1.0.4
github.com/mandelsoft/vfs v0.4.3
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
github.com/mr-tron/base58 v1.2.0
github.com/nrednav/cuid2 v1.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/stretchr/testify v1.9.0
github.com/zpatrick/rbac v0.0.0-20180829190353-d2c4f050cf28
golang.org/x/crypto v0.21.0
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/alecthomas/repr v0.4.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mandelsoft/filepath v0.0.0-20240223090642-3e2777258aa3 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.37.6 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/sqlite v1.28.0 // indirect
)