-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Go module to version 1.20 and adjust dependencies
- Loading branch information
Showing
7 changed files
with
17 additions
and
80 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,10 +1,17 @@ | ||
module github.com/kkdai/iloveptt | ||
|
||
go 1.13 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.0 // indirect | ||
github.com/kkdai/photomgr v0.1.2 | ||
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
github.com/spf13/cobra v0.0.5 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.0 // indirect | ||
github.com/andybalholm/cascadia v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,17 +1,25 @@ | ||
# github.com/PuerkitoBio/goquery v1.5.0 | ||
## explicit | ||
github.com/PuerkitoBio/goquery | ||
# github.com/andybalholm/cascadia v1.0.0 | ||
## explicit | ||
github.com/andybalholm/cascadia | ||
# github.com/inconshreveable/mousetrap v1.0.0 | ||
## explicit | ||
github.com/inconshreveable/mousetrap | ||
# github.com/kkdai/photomgr v0.1.2 | ||
## explicit | ||
github.com/kkdai/photomgr | ||
# github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
## explicit | ||
github.com/skratchdot/open-golang/open | ||
# github.com/spf13/cobra v0.0.5 | ||
## explicit; go 1.12 | ||
github.com/spf13/cobra | ||
# github.com/spf13/pflag v1.0.3 | ||
## explicit | ||
github.com/spf13/pflag | ||
# golang.org/x/net v0.0.0-20181114220301-adae6a3d119a | ||
## explicit | ||
golang.org/x/net/html | ||
golang.org/x/net/html/atom |