Codebase list golang-github-jedisct1-dlog / 4dc574ee-2c1c-4c2a-b409-5c44ee33fe80/main go.mod
4dc574ee-2c1c-4c2a-b409-5c44ee33fe80/main

Tree @4dc574ee-2c1c-4c2a-b409-5c44ee33fe80/main (Download .tar.gz)

go.mod @4dc574ee-2c1c-4c2a-b409-5c44ee33fe80/mainraw · 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
)