-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (32 loc) · 1.08 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
module glyphtones
go 1.23.4
require (
github.com/a-h/templ v0.2.793
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/labstack/echo/v4 v4.13.3
github.com/patrickmn/go-cache v2.1.0+incompatible
gopkg.in/Regis24GmbH/go-diacritics.v2 v2.0.3
)
require (
cloud.google.com/go/compute/metadata v0.6.0 // indirect
github.com/govalues/decimal v0.1.33 // indirect
github.com/rickb777/period v1.0.7 // indirect
github.com/rickb777/plural v1.4.2 // indirect
)
require (
github.com/blockloop/scan/v2 v2.5.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/joho/godotenv v1.5.1
github.com/labstack/gommon v0.4.2 // indirect
github.com/lib/pq v1.10.9
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rickb777/date/v2 v2.1.4
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.24.0
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)