chore: sync tinkering updates

This commit is contained in:
41666 2020-10-06 13:25:16 -04:00
parent 4cef998233
commit 0002cefd7f
13 changed files with 628 additions and 121 deletions

7
go.mod
View file

@ -12,6 +12,11 @@ require (
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-20180821212333-d2e6202438be
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20201007082116-8445cc04cbdf // indirect
golang.org/x/tools v0.0.0-20201007032633-0806396f153e // indirect
k8s.io/klog v1.0.0
)