-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
46 lines (43 loc) · 1.8 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
46
module github.com/teal-finance/garcon
go 1.22
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/andybalholm/brotli v1.1.0
github.com/carlmjohnson/flagx v0.22.2
github.com/carlmjohnson/versioninfo v0.22.5
github.com/go-chi/chi/v5 v5.1.0
github.com/julienschmidt/httprouter v1.3.0
github.com/klauspost/compress v1.17.9
github.com/mailru/easyjson v0.7.7
github.com/minio/highwayhash v1.0.3
github.com/pkg/profile v1.7.0
github.com/prometheus/client_golang v1.19.1
github.com/rs/cors v1.11.0
github.com/teal-finance/emo v0.0.0-20240715102214-6340fad42a06
github.com/teal-finance/incorruptible v0.0.0-20240715101921-9d6a5ee47397
github.com/teal-finance/quid v0.0.0-20240712160151-79f83e763510
golang.org/x/time v0.5.0
)
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/acmacalister/skittles v0.0.0-20160609003031-7423546701e1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/carlmjohnson/be v0.23.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cristalhq/base64 v0.1.2 // indirect
github.com/felixge/fgprof v0.9.4 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mtraver/base91 v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)