github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/p/demo/gnorkle/feeds/static/gno.mod (about)

     1  module gno.land/p/demo/gnorkle/feeds/static
     2  
     3  require (
     4  	gno.land/p/demo/gnorkle/feed v0.0.0-latest
     5  	gno.land/p/demo/gnorkle/gnorkle v0.0.0-latest
     6  	gno.land/p/demo/gnorkle/ingester v0.0.0-latest
     7  	gno.land/p/demo/gnorkle/ingesters/single v0.0.0-latest
     8  	gno.land/p/demo/gnorkle/message v0.0.0-latest
     9  	gno.land/p/demo/gnorkle/storage/simple v0.0.0-latest
    10  	gno.land/p/demo/ufmt v0.0.0-latest
    11  )