-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump go from 1.16 to 1.21 - Bump golang.org/x/net from v0.0.0-20210614182718-04defd469f4e to v0.21.0 - Bump golang.org/x/mod from v0.5.1 to v0.15.0 - Bump github.com/google/go-github/v38 to github.com/google/go-github/v60 - Add golang.org/x/tools/go/vcs v0.1.0-deprecated - etc. Fixes #200, fixes #203
- Loading branch information
1 parent
2406e5c
commit b226a46
Showing
4 changed files
with
63 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,39 @@ | ||
module github.com/Debian/dh-make-golang | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/charmbracelet/glamour v0.3.1-0.20211129115518-6db32e77e152 | ||
github.com/google/go-github/v38 v38.1.0 | ||
github.com/google/go-github/v60 v60.0.0 | ||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 | ||
github.com/mattn/go-isatty v0.0.14 | ||
golang.org/x/mod v0.5.1 | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e | ||
golang.org/x/mod v0.15.0 | ||
golang.org/x/net v0.21.0 | ||
golang.org/x/sync v0.6.0 | ||
golang.org/x/sys v0.17.0 | ||
golang.org/x/tools v0.13.0 | ||
golang.org/x/tools/go/vcs v0.1.0-deprecated | ||
pault.ag/go/debian v0.12.0 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/chroma v0.9.4 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/dlclark/regexp2 v1.4.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.16 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/termenv v0.9.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/stretchr/testify v1.8.1 // indirect | ||
github.com/yuin/goldmark v1.4.13 // indirect | ||
github.com/yuin/goldmark-emoji v1.0.1 // indirect | ||
golang.org/x/crypto v0.19.0 // indirect | ||
pault.ag/go/topsort v0.0.0-20160530003732-f98d2ad46e1a // 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
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