-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
27 lines (25 loc) · 995 Bytes
/
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
module github.com/parkervcp/parkertron
go 1.13
require (
github.com/diamondburned/arikawa/v3 v3.3.6
github.com/fatih/color v1.17.0 // indirect
github.com/fsnotify/fsnotify v1.7.0
github.com/goccy/go-yaml v1.11.3
github.com/gorilla/schema v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/h2non/filetype v1.1.3
github.com/husio/irc v0.0.0-20150308150232-bcf322335678
github.com/kr/pretty v0.1.0 // indirect
github.com/nlopes/slack v0.6.0
github.com/otiai10/gosseract/v2 v2.4.1
github.com/pkg/errors v0.9.1 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
github.com/syfaro/haste-client v0.0.0-20150731062254-09b1fbfa3977
golang.org/x/net v0.25.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
mvdan.cc/xurls/v2 v2.5.0
)