Skip to content

Commit

Permalink
Update Go module to version 1.20 and adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Dec 26, 2024
1 parent 872ae59 commit 5622920
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 80 deletions.
11 changes: 9 additions & 2 deletions go.mod
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
)
6 changes: 0 additions & 6 deletions vendor/github.com/PuerkitoBio/goquery/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/PuerkitoBio/goquery/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/andybalholm/cascadia/go.mod

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/spf13/cobra/go.mod

This file was deleted.

51 changes: 0 additions & 51 deletions vendor/github.com/spf13/cobra/go.sum

This file was deleted.

8 changes: 8 additions & 0 deletions vendor/modules.txt
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

0 comments on commit 5622920

Please sign in to comment.