|
| 1 | +module github.com/julien040/anyquery/plugins/hubspot |
| 2 | + |
| 3 | +go 1.23.2 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/go-resty/resty/v2 v2.15.3 |
| 7 | + github.com/hashicorp/go-retryablehttp v0.7.7 |
| 8 | + github.com/julien040/anyquery v0.1.3 |
| 9 | +) |
| 10 | + |
| 11 | +require ( |
| 12 | + github.com/adrg/xdg v0.4.0 // indirect |
| 13 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 14 | + github.com/dgraph-io/badger/v4 v4.3.0 // indirect |
| 15 | + github.com/dgraph-io/ristretto v0.1.2-0.20240116140435-c67e07994f91 // indirect |
| 16 | + github.com/dustin/go-humanize v1.0.1 // indirect |
| 17 | + github.com/fatih/color v1.18.0 // indirect |
| 18 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 19 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 20 | + github.com/golang/protobuf v1.5.4 // indirect |
| 21 | + github.com/google/flatbuffers v1.12.1 // indirect |
| 22 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 23 | + github.com/hashicorp/go-hclog v1.6.3 // indirect |
| 24 | + github.com/hashicorp/go-plugin v1.6.2 // indirect |
| 25 | + github.com/hashicorp/yamux v0.1.2 // indirect |
| 26 | + github.com/klauspost/compress v1.17.9 // indirect |
| 27 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 28 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 29 | + github.com/oklog/run v1.1.0 // indirect |
| 30 | + github.com/pkg/errors v0.9.1 // indirect |
| 31 | + go.opencensus.io v0.24.0 // indirect |
| 32 | + golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect |
| 33 | + golang.org/x/net v0.30.0 // indirect |
| 34 | + golang.org/x/sys v0.26.0 // indirect |
| 35 | + golang.org/x/text v0.19.0 // indirect |
| 36 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect |
| 37 | + google.golang.org/grpc v1.67.1 // indirect |
| 38 | + google.golang.org/protobuf v1.35.1 // indirect |
| 39 | +) |
0 commit comments