go.mod 470 B

1234567891011121314151617
  1. module github.com/influxdata/influxdb-client-go/v2
  2. go 1.17
  3. require (
  4. github.com/deepmap/oapi-codegen v1.8.2
  5. github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839
  6. github.com/pkg/errors v0.9.1
  7. github.com/stretchr/testify v1.8.0 // test dependency
  8. golang.org/x/net v0.0.0-20210119194325-5f4716e94777
  9. gopkg.in/yaml.v3 v3.0.1 // indirect
  10. )
  11. require (
  12. github.com/davecgh/go-spew v1.1.1 // indirect
  13. github.com/pmezard/go-difflib v1.0.0 // indirect
  14. )