Skip to content

Commit

Permalink
Go mod tidy
Browse files Browse the repository at this point in the history
Closes: #41 [via git-merge-pr]
  • Loading branch information
psanford committed Nov 30, 2024
1 parent 5358af1 commit d3b5c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
gioui.org/cmd v0.7.1
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0
github.com/psanford/wormhole-william v1.0.6
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37
)

require (
Expand All @@ -23,6 +22,7 @@ require (
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
Expand Down

0 comments on commit d3b5c90

Please sign in to comment.