mirror of https://github.com/markbates/pkger.git
13 lines
276 B
Modula-2
13 lines
276 B
Modula-2
|
module github.com/markbates/pkger/examples/complex
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/markbates/pkger v0.0.0
|
||
|
github.com/markbates/pkger/examples/complex/api v0.0.0
|
||
|
)
|
||
|
|
||
|
replace github.com/markbates/pkger => ../../
|
||
|
|
||
|
replace github.com/markbates/pkger/examples/complex/api => ./api
|