File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/grokify/chathooks
2
2
3
3
// +heroku goVersion go1.22
4
- go 1.22.0
4
+ go 1.22.6
5
5
6
- toolchain go1.22.3
6
+ toolchain go1.23.0
7
7
8
8
require (
9
9
github.com/apex/gateway v1.1.2
10
10
github.com/aws/aws-lambda-go v1.47.0
11
11
github.com/buaazp/fasthttprouter v0.1.1
12
12
github.com/caarlos0/env/v9 v9.0.0
13
13
github.com/google/go-querystring v1.1.0
14
- github.com/grokify/commonchat v0.3.12
14
+ github.com/grokify/commonchat v0.3.13
15
15
github.com/grokify/mogo v0.64.10
16
- github.com/grokify/sogo v0.8.9
16
+ github.com/grokify/sogo v0.8.10
17
17
github.com/jessevdk/go-flags v1.6.1
18
18
github.com/joho/godotenv v1.5.1
19
19
github.com/microcosm-cc/bluemonday v1.0.27
@@ -31,7 +31,7 @@ require (
31
31
github.com/gorilla/css v1.0.1 // indirect
32
32
github.com/gorilla/mux v1.8.1 // indirect
33
33
github.com/grokify/bitcoinmath v0.1.0 // indirect
34
- github.com/grokify/go-glip v0.5.15 // indirect
34
+ github.com/grokify/go-glip v0.5.16 // indirect
35
35
github.com/huandu/xstrings v1.5.0 // indirect
36
36
github.com/json-iterator/go v1.1.12 // indirect
37
37
github.com/klauspost/compress v1.17.9 // indirect
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
34
34
github.com/gorilla/mux v1.8.1 /go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ =
35
35
github.com/grokify/bitcoinmath v0.1.0 h1:NySFRW09cYQlTXrUw6QpjNgtrudC5QlgsqgXWWNN+50 =
36
36
github.com/grokify/bitcoinmath v0.1.0 /go.mod h1:Y8OyDefB55NHGzi+uJshYmE4Hn5juIQqJahsQJN5o2k =
37
- github.com/grokify/commonchat v0.3.12 h1:mVU4c0Tib/CSRWvkTPkcROkRguLuaVbJmjoIzORUgZE =
38
- github.com/grokify/commonchat v0.3.12 /go.mod h1:JROEswUJCp5VO/DdBTxrZcRHc2/eRkExQbA0GQNQbC4 =
39
- github.com/grokify/go-glip v0.5.15 h1:GMwcS+F7JLo/EiNV3QGw7PmUtlIpV8+Krbsj5vEl/qo =
40
- github.com/grokify/go-glip v0.5.15 /go.mod h1:mXZpFppi1icpUto2PjsDIMJsaxhnNItRaBdNz/DQhXA =
37
+ github.com/grokify/commonchat v0.3.13 h1:GyYMkbT+ki/ICDJji/WL3JtsHOQYFjT0HLZKP528/08 =
38
+ github.com/grokify/commonchat v0.3.13 /go.mod h1:+AFfpl+iQ8QKi5IezlMbrjy1DDj1YHYaz9E/jAZZ47M =
39
+ github.com/grokify/go-glip v0.5.16 h1:C4zE/UyIC1tv+Rk8qDrfWuoENkVx7vkA4Bo2HxjBIyw =
40
+ github.com/grokify/go-glip v0.5.16 /go.mod h1:EpkVNtS6XNv5jicLQWOWrnOUVYoodSAIN2RZtkGJ36g =
41
41
github.com/grokify/mogo v0.64.10 h1:zK8xzDFXmCwYyoTp72urPMv/X/DuBLtX51/oVJOO3IM =
42
42
github.com/grokify/mogo v0.64.10 /go.mod h1:zZsDlAknrt0pTHGeNpm3ZNaUTHSGQoIL6qtmjx0IB0I =
43
- github.com/grokify/sogo v0.8.9 h1:mVBasrhgSPT2tL7Q4B6ChOe2E2Emk/cbT2VCpfQFLAw =
44
- github.com/grokify/sogo v0.8.9 /go.mod h1:YSnBcS/t74vkLQAqIsStrwEu01eRZksmPsmtFsZI0ZY =
43
+ github.com/grokify/sogo v0.8.10 h1:ABWLVIAusQgg0mlf44U0VWygnkyexpVNfQTOUJrzKrU =
44
+ github.com/grokify/sogo v0.8.10 /go.mod h1:ONr0DN1qGh3sfrx7nEoX0TYgQcudaujfxFrmZDC3FcY =
45
45
github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI =
46
46
github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
47
47
github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4 =
You can’t perform that action at this time.
0 commit comments