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.
 
 
 

11 lines
268 B

module jitsy-bot
go 1.13
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/lithammer/shortuuid/v3 v3.0.4
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
)