Go to file
Nathaniel Cook 321d528808 Merged pull request from influxdata/nc-idp-influx
chore(idp): Rename cmd/idp to cmd/influx
2018-05-24 12:06:20 -06:00
.circleci
bolt
cmd
context
http
kit/errors
mock
prometheus
query
rand
snowflake
testing
zap
.gitignore
.goreleaser.yml
Gopkg.lock
Gopkg.toml
LICENSE
Makefile
README.md
auth.go
bucket.go
id.go
organization.go
token.go
usage.go
user.go

README.md

InfluxData Platform

This is the monorepo for InfluxData Platform, a.k.a. Influx 2.0 OSS.

Vendoring

This project is using dep for vendoring.

Use dep ensure -vendor-only when you only need to populate the vendor directory to run go build successfully, or run dep ensure to both populate the vendor directory and update Gopkg.lock with any newer constraints.