Codebase list golang-github-jedisct1-dlog / upstream/0.7 go.mod
upstream/0.7

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

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

1
2
3
4
5
6
7
8
module github.com/jedisct1/dlog

go 1.15

require (
	github.com/hashicorp/go-syslog v1.0.0
	golang.org/x/sys v0.0.0-20201130171929-760e229fe7c5
)