gelf/go.mod

12 lines
258 B
Modula-2

module scm.yoorie.de/go-lib/gelf
go 1.18
require gopkg.in/aphistic/golf.v0 v0.0.0-20180712155816-02c07f170c5a
require (
github.com/aphistic/sweet v0.3.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/onsi/gomega v1.27.2 // indirect
)