You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
495 B
16 lines
495 B
module jitsi-bot |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/caarlos0/env v3.5.0+incompatible |
|
github.com/davecgh/go-spew v1.1.1 // indirect |
|
github.com/kr/pretty v0.1.0 // indirect |
|
github.com/sethvargo/go-diceware v0.2.0 |
|
github.com/stretchr/testify v1.5.1 // indirect |
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf |
|
github.com/ugorji/go/codec v1.1.7 |
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
|
gopkg.in/yaml.v2 v2.2.4 // indirect |
|
samhofi.us/x/keybase/v2 v2.0.2 |
|
)
|
|
|