-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
25 lines (23 loc) · 994 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
module github.com/skx/overseer
go 1.12
require (
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.7.1
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/subcommands v1.2.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/jlaffaye/ftp v0.2.0
github.com/lib/pq v1.10.9
github.com/marpaia/graphite-golang v0.0.0-20190519024811-caf161d2c2b1
github.com/miekg/dns v1.1.55
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/simia-tech/go-pop3 v0.0.0-20150626094726-c9c20550a244
github.com/skx/golang-metrics v0.0.0-20190325085214-453332cf54e8
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/tools v0.12.0 // indirect
)