-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
24 lines (21 loc) · 977 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
module github.com/geckoboard/cake-bot
go 1.21
require (
github.com/bugsnag/bugsnag-go v1.1.2-0.20161219182000-de94149dafe8
github.com/go-kit/kit v0.4.1-0.20170502170356-0873e56b0fae
github.com/joho/godotenv v0.0.0-20170328200154-325433c502d4
github.com/julienschmidt/httprouter v1.1.1-0.20170104185816-8a45e95fc75c
github.com/slack-go/slack v0.14.0
)
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect
github.com/bugsnag/panicwrap v0.0.0-20160912155506-aa7703c9414b // indirect
github.com/go-logfmt/logfmt v0.3.0 // indirect
github.com/go-stack/stack v1.5.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e // indirect
github.com/kardianos/osext v0.0.0-20160811001526-c2c54e542fb7 // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/stretchr/testify v1.7.0 // indirect
)