-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up version of external dependencies
- Loading branch information
1 parent
51008b3
commit f9bbae3
Showing
5 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
version: 2 | ||
|
||
project_name: ml | ||
release: | ||
github: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
module github.com/goark/ml | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.22.2 | ||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.9.1 | ||
github.com/PuerkitoBio/goquery v1.10.0 | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/goark/errs v1.3.2 | ||
github.com/goark/fetch v0.4.1 | ||
github.com/goark/gocli v0.13.0 | ||
github.com/mattn/go-encoding v0.0.2 | ||
github.com/nyaosorg/go-readline-ny v1.3.0 | ||
github.com/spf13/cobra v1.8.0 | ||
golang.org/x/net v0.24.0 | ||
github.com/nyaosorg/go-readline-ny v1.6.2 | ||
github.com/spf13/cobra v1.8.1 | ||
golang.org/x/net v0.33.0 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-tty v0.0.5 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/mattn/go-tty v0.0.7 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters