-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
33 lines (31 loc) · 1.26 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
module github.com/ron96G/whatsapp-bizapi-mock
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/envoyproxy/protoc-gen-validate v0.6.1
github.com/fasthttp/router v1.4.0
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/ron96G/go-common-utils v0.1.10
github.com/ron96G/go-fasthttp-swagger v0.0.0-20210713131343-ea0c9423e54f
github.com/swaggo/swag v1.7.0
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/valyala/fasthttp v1.30.0
go.uber.org/atomic v1.8.0 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
golang.org/x/tools v0.1.5 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)