remove api handlers and proto

This commit is contained in:
Asim Aslam
2020-10-17 09:52:43 +01:00
parent 00c39f4f2c
commit 274aacda1d
11 changed files with 3 additions and 1123 deletions

4
go.mod
View File

@@ -23,10 +23,10 @@ require (
github.com/google/uuid v1.1.2
github.com/gorilla/handlers v1.4.2
github.com/hpcloud/tail v1.0.0
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/kr/pretty v0.2.0
github.com/kr/text v0.2.0 // indirect
github.com/miekg/dns v1.1.27
github.com/minio/minio-go/v7 v7.0.5
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/patrickmn/go-cache v2.1.0+incompatible
@@ -37,6 +37,8 @@ require (
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0