mirror of
https://github.com/Luzifer/korvike.git
synced 2024-11-08 15:30:05 +00:00
16 lines
462 B
Modula-2
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
|
||
|
)
|