2019-09-05 20:20:11 +02:00
|
|
|
module github.com/gempir/justlog
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
|
|
github.com/gempir/go-twitch-irc/v2 v2.2.0
|
|
|
|
github.com/json-iterator/go v1.1.7
|
|
|
|
github.com/labstack/echo/v4 v4.0.0
|
2020-02-25 21:14:05 +01:00
|
|
|
github.com/labstack/gommon v0.2.8
|
2020-02-23 16:02:47 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.0 // indirect
|
2020-01-26 12:58:59 +01:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
2020-02-23 16:02:47 +01:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
|
2019-09-05 20:20:11 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-01-26 18:30:45 +01:00
|
|
|
github.com/swaggo/swag v1.6.5
|
2020-02-23 16:02:47 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
|
2020-01-26 18:30:45 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2019-09-05 20:20:11 +02:00
|
|
|
)
|