schnutibox/vendor/go.xsfx.dev/logginghandler/go.mod
Marvin Steadfast 35fe4a04df
Some checks failed
continuous-integration/drone/push Build is failing
implemented a rough sse logger
2021-05-03 14:51:53 +02:00

10 lines
154 B
Modula-2

module go.xsfx.dev/logginghandler
go 1.15
require (
github.com/google/uuid v1.1.2
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
)