Skip to content

Commit

Permalink
remove unsefull dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
eufelipemateus committed Oct 31, 2023
1 parent 12b452c commit 0841533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This project aims to create custom emoji sizes for the [twemoji](https://github.
./twemoji-resize -size=32
```


## Author

[Felipe Mateus](https://felipemateus.com)
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ module github.com/eufelipemateus/twemoji-resize

go 1.21.3

require (
github.com/mskrha/svg2png v0.0.0-20220111070911-b5983936965c
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
)
require github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c

require (
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780 // indirect
github.com/srwiley/rasterx v0.0.0-20210519020934-456a8d69b780
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
golang.org/x/text v0.3.6 // indirect
Expand Down

0 comments on commit 0841533

Please sign in to comment.