-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
58 lines (55 loc) · 2.16 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
module dev.acmcsuf.com/march-madness-2024
go 1.21.5
require (
aidanwoods.dev/go-paseto v1.5.1
github.com/Masterminds/sprig/v3 v3.2.3
github.com/alecthomas/assert/v2 v2.5.0
github.com/dustin/go-humanize v1.0.1
github.com/go-chi/chi/v5 v5.0.11
github.com/go-chi/httplog/v2 v2.0.9
github.com/gorilla/schema v1.2.1
github.com/kavehmz/prime v1.0.0
github.com/lmittmann/tint v1.0.3
github.com/neilotoole/slogt v1.1.0
github.com/puzpuzpuz/xsync/v3 v3.1.0
github.com/spf13/pflag v1.0.3
github.com/yuin/goldmark v1.4.13
libdb.so/ctxt v0.0.0-20240118132135-5a5840831d74
libdb.so/hserve v0.0.0-20230404043009-95e112a6e0a5
libdb.so/lazymigrate v0.0.0-20240118091250-725619470291
libdb.so/tmplutil v0.0.0-20240119024100-a34002ec5e6a
modernc.org/sqlite v1.28.0
)
require (
aidanwoods.dev/go-result v0.1.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/alecthomas/repr v0.3.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.6.0 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
modernc.org/libc v1.29.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.0.1 // indirect
)