Skip to content

Commit

Permalink
chore: remove markdown_utils
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@samourai.coop>
  • Loading branch information
n0izn0iz committed Apr 11, 2024
1 parent af3a8ef commit c471f46
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/teritori/dao_core/dao_core.gno
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"strconv"

dao_interfaces "gno.land/p/demo/teritori/dao_interfaces"
"gno.land/p/demo/teritori/markdown_utils"
)

// TODO: add wrapper message handler to handle multiple proposal modules messages
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/teritori/dao_core/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ module gno.land/p/demo/teritori/dao_core
require (
gno.land/p/demo/json v0.0.0-latest
gno.land/p/demo/teritori/dao_interfaces v0.0.0-latest
gno.land/p/demo/teritori/markdown_utils v0.0.0-latest
)
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/teritori/dao_voting_group/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ require (
gno.land/p/demo/teritori/dao_interfaces v0.0.0-latest
gno.land/p/demo/teritori/havl v0.0.0-latest
gno.land/p/demo/teritori/jsonutil v0.0.0-latest
gno.land/p/demo/teritori/markdown_utils v0.0.0-latest
)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
dao_interfaces "gno.land/p/demo/teritori/dao_interfaces"
"gno.land/p/demo/teritori/havl"
"gno.land/p/demo/teritori/jsonutil"
"gno.land/p/demo/teritori/markdown_utils"
)

type Member struct {
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/teritori/markdown_utils/gno.mod

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions examples/gno.land/r/demo/teritori/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Voting module that manages a mapping from address to voting power

Provides an avl-like interface that allows to query state at any height, the implementation is a very simple wrapper around an avl and is very inefficient

### gno.land/p/demo/markdown_utils

Used by some other packages to properly nest markdown renders

## Realms

### gno.land/r/demo/teritori/dao_registry
Expand Down

0 comments on commit c471f46

Please sign in to comment.