This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go dependencies; update go to 1.21
- Loading branch information
Showing
3 changed files
with
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
module magefile | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/fatih/color v1.13.0 | ||
github.com/l50/goutils v1.1.3 | ||
github.com/magefile/mage v1.14.0 | ||
github.com/fatih/color v1.15.0 | ||
github.com/l50/goutils v1.3.0 | ||
github.com/magefile/mage v1.15.0 | ||
) | ||
|
||
require ( | ||
bitbucket.org/creachadair/shell v0.0.7 // indirect | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230424174541-a2e3b023bd29 // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/bitfield/script v0.20.2 // indirect | ||
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/glendc/go-external-ip v0.1.0 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 // indirect | ||
github.com/go-git/go-git/v5 v5.4.2 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/itchyny/gojq v0.12.9 // indirect | ||
github.com/itchyny/timefmt-go v0.1.4 // indirect | ||
github.com/go-git/go-billy/v5 v5.4.1 // indirect | ||
github.com/go-git/go-git/v5 v5.6.1 // indirect | ||
github.com/imdario/mergo v0.3.15 // indirect | ||
github.com/itchyny/gojq v0.12.12 // indirect | ||
github.com/itchyny/timefmt-go v0.1.5 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/xanzy/ssh-agent v0.3.2 // indirect | ||
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
github.com/sergi/go-diff v1.3.1 // indirect | ||
github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
golang.org/x/crypto v0.9.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
|
||
) |