Codebase list golang-github-influxdata-go-syslog / upstream/2.0.0 go.mod
upstream/2.0.0

Tree @upstream/2.0.0 (Download .tar.gz)

go.mod @upstream/2.0.0raw · history · blame

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

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
)