chartmogul/chartmogul-go

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/chartmogul/chartmogul-go

require (
    github.com/cenkalti/backoff/v3 v3.2.2
    github.com/davecgh/go-spew v1.1.1
    github.com/dnaeon/go-vcr v1.0.1
    github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
    github.com/golang/mock v1.4.3
    github.com/parnurzeal/gorequest v0.2.16
    github.com/pkg/errors v0.9.1
    github.com/smartystreets/goconvey v1.6.4 // indirect
    golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
    gopkg.in/yaml.v2 v2.2.2 // indirect
    moul.io/http2curl v1.0.0 // indirect
)

go 1.14