mirror of https://github.com/markbates/pkger.git
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
|
module github.com/markbates/pkger/internal/examples/walk
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gobuffalo/envy v1.7.0 // indirect
|
||
|
github.com/markbates/pkger v0.0.0
|
||
|
)
|
||
|
|
||
|
replace github.com/markbates/pkger => ../../../
|