-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
25 lines (22 loc) · 972 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module webex-teams-cli
go 1.14
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.0
github.com/gammazero/deque v0.1.1 // indirect
github.com/gammazero/workerpool v1.1.2
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/google/uuid v1.3.0
github.com/jbogarin/go-cisco-webex-teams v0.4.2
github.com/jroimartin/gocui v0.5.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/orcaman/concurrent-map v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220223155357-96fed51e1446 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
replace github.com/jbogarin/go-cisco-webex-teams => github.com/tejzpr/go-cisco-webex-teams v0.4.3-0.20220223214525-b2cbb0c40527