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