-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (23 loc) · 811 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
module github.com/sue445/zatsu_monitor
go 1.23
require (
github.com/griffin-stewie/go-chatwork v0.0.0-20190318122256-de7673a5e1a7
github.com/joho/godotenv v1.5.1
github.com/slack-go/slack v0.15.0
github.com/stretchr/testify v1.10.0
github.com/syndtr/goleveldb v1.0.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)