Codebase list golang-github-jedisct1-dlog / HEAD go.mod
HEAD

Tree @HEAD (Download .tar.gz)

go.mod @HEADraw · 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
)