Codebase list golang-github-jedisct1-dlog / 61de6a40-abed-4453-910c-c2879661d204/upstream go.mod
61de6a40-abed-4453-910c-c2879661d204/upstream

Tree @61de6a40-abed-4453-910c-c2879661d204/upstream (Download .tar.gz)

go.mod @61de6a40-abed-4453-910c-c2879661d204/upstreamraw · 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-20201231184435-2d18734c6014
)