-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
48 lines (45 loc) · 1.76 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
47
48
module github.com/grokify/chathooks
// +heroku goVersion go1.22
go 1.23.2
require (
github.com/apex/gateway v1.1.2
github.com/aws/aws-lambda-go v1.47.0
github.com/buaazp/fasthttprouter v0.1.1
github.com/caarlos0/env/v9 v9.0.0
github.com/google/go-querystring v1.1.0
github.com/grokify/commonchat v0.3.13
github.com/grokify/mogo v0.67.1
github.com/grokify/sogo v0.8.17
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.33.0
github.com/tidwall/gjson v1.18.0
github.com/valyala/fasthttp v1.58.0
github.com/valyala/quicktemplate v1.8.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/caarlos0/env/v11 v11.3.1 // indirect
github.com/derekstavis/go-qs v0.0.0-20180720192143-9eef69e6c4e7 // 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.16 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)