-
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 packages
- Loading branch information
1 parent
857058c
commit 2e24512
Showing
11 changed files
with
38 additions
and
30 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
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
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
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
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
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
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
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,15 +1,27 @@ | ||
module github.com/spiegel-im-spiegel/ml | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.7.1 | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/mattn/go-encoding v0.0.2 | ||
github.com/nyaosorg/go-readline-ny v0.5.0 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spiegel-im-spiegel/errs v1.0.2 | ||
github.com/spiegel-im-spiegel/fetch v0.2.3 | ||
github.com/spiegel-im-spiegel/gocli v0.10.4 | ||
github.com/zetamatta/go-readline-ny v0.4.13 | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||
github.com/spiegel-im-spiegel/errs v1.0.5 | ||
github.com/spiegel-im-spiegel/fetch v0.2.5 | ||
github.com/spiegel-im-spiegel/gocli v0.10.5 | ||
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.2.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/mattn/go-runewidth v0.0.10 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
golang.org/x/text v0.3.6 // 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