-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hidde Beydals <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 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,23 +1,23 @@ | ||
module github.com/fluxcd/pkg/git | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
// github.com/ProtonMail/go-crypto is a fork of golang.org/x/crypto | ||
// maintained by the ProtonMail team to continue to support the openpgp | ||
// module, after the Go team decided to no longer maintain it. | ||
// When in doubt (and not using openpgp), use /x/crypto. | ||
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 | ||
github.com/ProtonMail/go-crypto v0.0.0-20230201104953-d1d05f4e2bfb | ||
github.com/cyphar/filepath-securejoin v0.2.3 | ||
github.com/onsi/gomega v1.24.1 | ||
) | ||
|
||
require ( | ||
github.com/cloudflare/circl v1.3.0 // indirect | ||
github.com/cloudflare/circl v1.3.2 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
golang.org/x/crypto v0.2.0 // indirect | ||
golang.org/x/net v0.2.0 // indirect | ||
golang.org/x/sys v0.2.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/net v0.6.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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