github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/integ/replace_with_dir/gno.mod (about) 1 module gno.land/tests/replaceavl 2 3 require ( 4 "gno.land/p/demo/notexists" v0.0.0 5 ) 6 7 replace ( 8 "gno.land/p/demo/notexists" => /path/to/dir 9 )