Skip to content

Commit 706e6fd

Browse files
chore: mod tidy
1 parent 56c42ae commit 706e6fd

File tree

2 files changed

+1
-1468
lines changed

2 files changed

+1
-1468
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1313
github.com/grpc-ecosystem/grpc-gateway v1.16.0
1414
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.0
15+
github.com/influxdata/influxdb-client-go/v2 v2.13.0
1516
github.com/jackc/pgx/v4 v4.16.1
1617
github.com/jaswdr/faker v1.16.0
1718
github.com/lib/pq v1.10.9
@@ -56,7 +57,6 @@ require (
5657
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5758
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5859
github.com/davecgh/go-spew v1.1.1 // indirect
59-
github.com/deepmap/oapi-codegen v1.8.2 // indirect
6060
github.com/dgraph-io/ristretto v0.0.2 // indirect
6161
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
6262
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -66,7 +66,6 @@ require (
6666
github.com/huandu/xstrings v1.3.2 // indirect
6767
github.com/imdario/mergo v0.3.13 // indirect
6868
github.com/inconshreveable/mousetrap v1.0.1 // indirect
69-
github.com/influxdata/influxdb-client-go/v2 v2.13.0 // indirect
7069
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
7170
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
7271
github.com/jackc/pgconn v1.12.1 // indirect

0 commit comments

Comments
 (0)