-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.05 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (30 loc) · 1.05 KB
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
module github.com/Spiritreader/avior-go
go 1.25.0
require (
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/karrick/godirwalk v1.17.0
github.com/kpango/glg v1.6.15
github.com/mitchellh/mapstructure v1.5.0
github.com/redis/go-redis/v9 v9.21.0
github.com/rs/xid v1.6.0
go.mongodb.org/mongo-driver/v2 v2.8.0
golang.org/x/sys v0.47.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/felixge/httpsnoop v1.1.0 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/klauspost/compress v1.19.0 // indirect
github.com/kpango/fastime v1.1.10 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.2.0 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/text v0.40.0 // indirect
)