1
0
mirror of https://github.com/Luzifer/korvike.git synced 2024-09-19 17:02:57 +00:00
korvike/go.mod
Knut Ahlers 47eeb5a350
Add go modules support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-28 20:01:03 +02:00

16 lines
462 B
Modula-2

module github.com/Luzifer/korvike
go 1.12
replace github.com/Luzifer/korvike/functions => ./functions
require (
github.com/Luzifer/go_helpers/v2 v2.9.1
github.com/Luzifer/korvike/functions v0.0.0-00010101000000-000000000000
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)