forked from tarampampam/webhook-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 671 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/tarampampam/webhook-tester
go 1.16
require (
github.com/alicebob/miniredis/v2 v2.14.3
github.com/fatih/color v1.10.0
github.com/felixge/httpsnoop v1.0.2
github.com/go-redis/redis/v8 v8.8.2
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.11
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack/v5 v5.3.1
go.uber.org/zap v1.16.0
)