Codebase list golang-github-influxdata-go-syslog / lintian-fixes/main go.mod
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

go.mod @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
module github.com/influxdata/go-syslog/v2

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/leodido/ragel-machinery v0.0.0-20181214104525-299bdde78165
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2
)