gelf/go.mod

16 lines
468 B
Modula-2
Raw Normal View History

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