forked from nachtjasmin/mahlzeit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (42 loc) · 1.59 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
module github.com/l1f/mahlzeit
go 1.22
require (
github.com/BurntSushi/toml v1.2.1
github.com/Masterminds/sprig/v3 v3.2.3
github.com/a-h/templ v0.2.648
github.com/alecthomas/assert/v2 v2.2.1
github.com/carlmjohnson/resperr v0.22.0
github.com/evanw/esbuild v0.19.4
github.com/go-chi/chi/v5 v5.0.8
github.com/google/uuid v1.3.1
github.com/jackc/pgconn v1.14.0
github.com/jackc/pgtype v1.14.0
github.com/jackc/pgx/v4 v4.18.0
github.com/robfig/bind v0.0.0-20140816170350-2e935d371779
github.com/speps/go-hashids/v2 v2.0.1
go.uber.org/zap v1.24.0
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/alecthomas/repr v0.2.0 // indirect
github.com/benbjohnson/clock v1.1.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/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle v1.3.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.7.0 // indirect
)