2020-04-28 06:26:00 +00:00
|
|
|
module git.coolaj86.com/coolaj86/go-telebitd
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-05-05 04:12:34 +00:00
|
|
|
github.com/caddyserver/certmagic v0.10.12
|
2020-04-28 06:26:00 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-05-22 10:07:35 +00:00
|
|
|
github.com/go-acme/lego/v3 v3.7.0
|
2020-04-28 06:26:00 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-04-30 10:43:36 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-04-28 06:26:00 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|