-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.58 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.58 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
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/grokify/chathooks
// +heroku goVersion go1.22
go 1.26.0
require (
github.com/apex/gateway v1.1.2
github.com/aws/aws-lambda-go v1.54.0
github.com/buaazp/fasthttprouter v0.1.1
github.com/caarlos0/env/v9 v9.0.0
github.com/google/go-querystring v1.2.0
github.com/grokify/commonchat v0.3.19
github.com/grokify/mogo v0.74.5
github.com/grokify/sogo v0.15.0
github.com/jessevdk/go-flags v1.6.1
github.com/joho/godotenv v1.5.1
github.com/microcosm-cc/bluemonday v1.0.27
github.com/rs/zerolog v1.35.1
github.com/tidwall/gjson v1.19.0
github.com/valyala/fasthttp v1.71.0
github.com/valyala/quicktemplate v1.8.0
)
require (
github.com/andybalholm/brotli v1.2.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/caarlos0/env/v11 v11.4.1 // indirect
github.com/derekstavis/go-qs v0.0.0-20250518184349-717ef4cb7534 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/grokify/bitcoinmath v0.1.0 // indirect
github.com/grokify/go-glip v0.5.22 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/text v0.37.0 // indirect
)