github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/go.mod (about)

     1  module github.com/mundipagg/boleto-api
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/Azure/azure-sdk-for-go v33.2.0+incompatible
     7  	github.com/Azure/azure-storage-blob-go v0.14.0
     8  	github.com/Azure/go-autorest/autorest v0.11.20
     9  	github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 // indirect
    10  	github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
    11  	github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
    12  	github.com/Jeffail/gabs v1.1.0 // indirect
    13  	github.com/PMoneda/flow v0.3.1-0.20181001210501-19158d809b72
    14  	github.com/PMoneda/telemetry v0.0.0-20190911203256-19f24d86a71b
    15  	github.com/PuerkitoBio/goquery v1.4.1 // indirect
    16  	github.com/andybalholm/cascadia v1.0.0 // indirect
    17  	github.com/beevik/etree v1.0.2-0.20180609182452-90dafc1e1f11
    18  	github.com/boombuler/barcode v1.0.1-0.20180809052337-34fff276c74e
    19  	github.com/clbanning/mxj/v2 v2.3.2
    20  	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    21  	github.com/dgrijalva/jwt-go v3.2.1-0.20180921172315-3af4c746e1c2+incompatible
    22  	github.com/fullsailor/pkcs7 v0.0.0-20180613152042-8306686428a5
    23  	github.com/gin-gonic/gin v1.7.0
    24  	github.com/go-delve/delve v1.2.0 // indirect
    25  	github.com/go-xmlfmt/xmlfmt v1.1.2
    26  	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
    27  	github.com/golang/snappy v0.0.4 // indirect
    28  	github.com/gomodule/redigo v2.0.1-0.20180627144507-2cd21d9966bf+incompatible
    29  	github.com/google/uuid v1.2.0
    30  	github.com/gopherjs/gopherjs v0.0.0-20210901121439-eee08aaf2717 // indirect
    31  	github.com/iancoleman/strcase v0.2.0 // indirect
    32  	github.com/influxdata/influxdb v1.2.3-0.20170831151503-0ef033f5dd9b // indirect
    33  	github.com/json-iterator/go v1.1.12 // indirect
    34  	github.com/kennygrant/sanitize v1.2.4
    35  	github.com/klauspost/compress v1.13.2-0.20210614094421-d1ca57f19428 // indirect
    36  	github.com/mralves/tracer v1.8.0
    37  	github.com/mundipagg/healthcheck-go v0.0.0-20210906144607-e91a033227a1
    38  	github.com/mundipagg/tracer-seq-writer v1.1.17
    39  	github.com/mundipagg/tracer-splunk-writer v1.0.6
    40  	github.com/newrelic/go-agent/v3 v3.15.0
    41  	github.com/newrelic/go-agent/v3/integrations/nrgin v1.1.2
    42  	github.com/pact-foundation/pact-go v1.6.4
    43  	github.com/pkg/errors v0.9.2-0.20201214064552-5dd12d0cfe7f // indirect
    44  	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
    45  	github.com/streadway/amqp v1.0.1-0.20200716223359-e6b33f460591
    46  	github.com/stretchr/objx v0.3.0 // indirect
    47  	github.com/stretchr/testify v1.7.0
    48  	github.com/tdewolff/minify v2.3.6-0.20180814081815-948b6490cf3c+incompatible
    49  	github.com/tdewolff/parse v2.3.4-0.20180811063147-dd9676af8dd9+incompatible // indirect
    50  	github.com/tdewolff/test v1.0.6 // indirect
    51  	github.com/v2pro/plz v0.0.0-20200805122259-422184e41b6e // indirect
    52  	go.mongodb.org/mongo-driver v1.7.1
    53  	golang.org/x/image v0.0.0-20190802002840-cff245a6509b
    54  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
    55  	software.sslmate.com/src/go-pkcs12 v0.0.0-20190322163127-6e380ad96778
    56  )