Skip to content

Commit

Permalink
chore: update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Aug 15, 2024
1 parent 83d838e commit c329f6b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 296 deletions.
15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
module github.com/skanehira/rtty

go 1.16
go 1.23

toolchain go1.23.0

require (
github.com/creack/pty v1.1.23
github.com/spf13/cobra v1.8.1
golang.org/x/net v0.28.0
)

require (
github.com/creack/pty v1.1.11
github.com/spf13/cobra v1.1.3
golang.org/x/net v0.0.0-20210508051633-16afe75a6701
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
Loading

0 comments on commit c329f6b

Please sign in to comment.