module github.com/devlibx/gox-http go 1.16 require ( github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 github.com/devlibx/gox-base v0.0.65 github.com/go-resty/resty/v2 v2.6.0 github.com/golang/mock v1.5.0 github.com/opentracing/opentracing-go v1.2.0 github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.7.0 go.uber.org/zap v1.16.0 )