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.
|
module jitsi-bot |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/caarlos0/env v3.5.0+incompatible |
|
github.com/sethvargo/go-diceware v0.2.0 |
|
github.com/stretchr/testify v1.5.1 // indirect |
|
gopkg.in/yaml.v2 v2.2.4 // indirect |
|
samhofi.us/x/keybase v0.0.0-20200312153536-07f5168a6a29 |
|
)
|
|
|