2022-04-05 08:54:50 +00:00
|
|
|
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
|
2026-03-29 15:53:05 +00:00
|
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
|
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
2023-03-08 09:27:38 +00:00
|
|
|
github.com/onsi/gomega v1.27.2 // indirect
|
2026-03-29 15:53:05 +00:00
|
|
|
github.com/smarty/assertions v1.15.0 // indirect
|
|
|
|
|
github.com/smartystreets/goconvey v1.8.1 // indirect
|
2022-04-05 08:54:50 +00:00
|
|
|
)
|