-
Notifications
You must be signed in to change notification settings - Fork 21
/
go.mod
62 lines (60 loc) · 2.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/checkr/openmock
go 1.12
require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.15.0+incompatible
github.com/Shopify/sarama v1.31.0
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/alicebob/miniredis v0.0.0-20180623114124-8890fdcfa933
github.com/antchfx/jsonquery v0.0.0-20180821084212-a2896be8c82b
github.com/antchfx/xmlquery v0.0.0-20180726134140-2805f22c26c4
github.com/antchfx/xpath v0.0.0-20180524052354-077bca4d2caa // indirect
github.com/aokoli/goutils v1.0.1 // indirect
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/caarlos0/env v3.3.0+incompatible
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/fatih/structs v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/errors v0.19.3
github.com/go-openapi/loads v0.19.4
github.com/go-openapi/runtime v0.19.9
github.com/go-openapi/spec v0.19.5
github.com/go-openapi/strfmt v0.19.4
github.com/go-openapi/swag v0.19.6
github.com/go-openapi/validate v0.19.5
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.1.1
github.com/goombaio/orderedmap v0.0.0-20180925151256-3da0e2f905f9
github.com/huandu/xstrings v1.0.0 // indirect
github.com/imdario/mergo v0.3.9
github.com/jessevdk/go-flags v1.4.0
github.com/klauspost/compress v1.14.2 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/moul/http2curl v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/parnurzeal/gorequest v0.0.0-20171015110455-8e3aed27fe49
github.com/pkg/errors v0.8.1
github.com/prashantv/gostub v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864
github.com/stretchr/testify v1.7.0
github.com/teamwork/reload v1.3.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/yuin/gopher-lua v0.0.0-20180827083657-b942cacc89fe // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba
google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63 // indirect
google.golang.org/grpc v1.28.1
google.golang.org/protobuf v1.21.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
)