openkeepd/go.mod

12 lines
316 B
Modula-2
Raw Permalink Normal View History

module github.com/ChronosX88/openkeepd
2019-10-12 07:54:23 +00:00
go 1.13
2019-10-12 08:12:53 +00:00
require (
github.com/kr/pretty v0.3.1 // indirect
2019-10-12 13:06:45 +00:00
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-10-12 08:12:53 +00:00
)