strip out bazel, grpc

This commit is contained in:
41666 2020-11-22 01:03:36 -05:00
parent c8adad6c81
commit 1dd910a5f6
290 changed files with 22037 additions and 32177 deletions

9
go.mod
View file

@ -5,13 +5,10 @@ go 1.15
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55
github.com/facebook/ent v0.4.3
github.com/google/go-github/v32 v32.1.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
github.com/segmentio/ksuid v1.0.3
go.uber.org/fx v1.13.1
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
k8s.io/klog v1.0.0
)