logginghandler/go.mod

10 lines
154 B
Modula-2
Raw Normal View History

2021-01-18 11:02:17 +01:00
module go.xsfx.dev/logginghandler
2020-10-13 15:26:40 +02:00
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
)