github.com/polygon-io/client-go@v1.16.4/go.mod (about)

     1  module github.com/polygon-io/client-go
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/cenkalti/backoff/v4 v4.2.1
     7  	github.com/go-playground/form/v4 v4.2.1
     8  	github.com/go-playground/validator/v10 v10.16.0
     9  	github.com/go-resty/resty/v2 v2.11.0
    10  	github.com/gorilla/websocket v1.5.1
    11  	github.com/jarcoal/httpmock v1.3.1
    12  	github.com/sirupsen/logrus v1.9.3
    13  	github.com/stretchr/testify v1.8.4
    14  	golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
    15  	gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
    16  )
    17  
    18  require (
    19  	github.com/davecgh/go-spew v1.1.1 // indirect
    20  	github.com/gabriel-vasile/mimetype v1.4.2 // indirect
    21  	github.com/go-playground/locales v0.14.1 // indirect
    22  	github.com/go-playground/universal-translator v0.18.1 // indirect
    23  	github.com/leodido/go-urn v1.2.4 // indirect
    24  	github.com/pmezard/go-difflib v1.0.0 // indirect
    25  	golang.org/x/crypto v0.17.0 // indirect
    26  	golang.org/x/net v0.17.0 // indirect
    27  	golang.org/x/sys v0.15.0 // indirect
    28  	golang.org/x/text v0.14.0 // indirect
    29  	gopkg.in/yaml.v3 v3.0.1 // indirect
    30  )