-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
44 lines (41 loc) · 1.79 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/sony/micro-notifier
go 1.19
require (
github.com/FZambia/sentinel v1.1.0
github.com/bitly/go-simplejson v0.5.0
github.com/chromedp/cdproto v0.0.0-20230310204135-a6d692f2c96d
github.com/chromedp/chromedp v0.7.0
github.com/deckarep/golang-set v1.7.1
github.com/gomodule/redigo v1.8.9
github.com/gorilla/handlers v1.5.2-0.20221209155821-546854cf1d61
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.5.1-0.20221209160316-76ecc29eff79
github.com/prometheus/client_golang v1.1.0
github.com/pusher/pusher-http-go v1.3.1-0.20200728152606-81098b93cfb1
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.3.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0-rc.5 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
go.uber.org/atomic v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)