-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 670 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (21 loc) · 670 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
25
module reportbot
go 1.23.0
toolchain go1.23.6
require (
github.com/anthropics/anthropic-sdk-go v1.22.0
github.com/mattn/go-sqlite3 v1.14.33
github.com/robfig/cron/v3 v3.0.1
github.com/slack-go/slack v0.17.3
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/a-h/templ v0.3.1001 // indirect
github.com/go-chi/chi/v5 v5.2.5 // indirect
github.com/gorilla/csrf v1.7.3 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)