-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 737 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 737 Bytes
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
module github.com/cheetahbyte/centra
go 1.25.5
require (
github.com/caarlos0/env/v10 v10.0.0
github.com/cheetahbyte/drift v0.2.0
github.com/go-chi/chi/v5 v5.2.3
github.com/go-chi/cors v1.2.2
github.com/go-chi/httprate v0.15.0
github.com/goccy/go-yaml v1.18.0
github.com/rs/zerolog v1.34.0
golang.org/x/crypto v0.46.0
)
require (
github.com/chai2010/webp v1.4.0 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sys v0.39.0 // indirect
)