Skip to content

Commit

Permalink
📝 update CLI status in README and reorganize dependencies in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Nov 20, 2024
1 parent 4ddb97f commit 8178bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Goshot is a powerful Go library and CLI tool for creating beautiful code screens

### Installation

> [!WARNING]
> The CLI is a work in progress and will be coming very soon.
> [!NOTE]
> The CLI is a work in progress, but should be more or less functional.
```bash
# Install the CLI tool
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ module github.com/watzon/goshot

go 1.21

require github.com/disintegration/imaging v1.6.2
require (
github.com/atotto/clipboard v0.1.4
github.com/disintegration/imaging v1.6.2
)

require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down

0 comments on commit 8178bd1

Please sign in to comment.