-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 721 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 721 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
module github.com/exler/fileigloo
go 1.24
require (
github.com/aws/aws-sdk-go v1.55.6
github.com/getsentry/sentry-go v0.32.0
github.com/go-chi/chi/v5 v5.2.1
github.com/go-chi/httprate v0.15.0
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/urfave/cli/v2 v2.27.6
golang.org/x/crypto v0.37.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
)