-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
21 lines (19 loc) · 977 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/storj-thirdparty/connector-influxdb
go 1.13
require (
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/storj-thirdparty/connector-cpanel v1.0.5 // indirect
github.com/storj-thirdparty/connector-framework v1.0.5 // indirect
github.com/storj-thirdparty/connector-ipfs v1.0.5 // indirect
github.com/storj-thirdparty/connector-mariadb v1.0.5 // indirect
github.com/storj-thirdparty/connector-mongodb v0.0.0-20200814211002-9c4d62f976aa
github.com/storj-thirdparty/connector-nextcloud v1.0.5 // indirect
github.com/storj-thirdparty/connector-pydio v1.0.5 // indirect
github.com/storj-thirdparty/connector-zenko v1.0.5 // indirect
github.com/urfave/cli v1.22.4 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200515220128-d3bf790afa53 // indirect
storj.io/uplink v1.0.7
)