19 lines
708 B
Modula-2
19 lines
708 B
Modula-2
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
|
|
github.com/labstack/gommon v0.2.8
|
|
github.com/mattn/go-colorable v0.1.0 // indirect
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/swaggo/swag v1.6.5
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|