all repos — elgit @ f8f00566538ed3ce512f8edf98209cb7577f8258

fork of legit: web frontend for git, written in go

deps: bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#48) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.31.0. - [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot]
commit

f8f00566538ed3ce512f8edf98209cb7577f8258

parent

9b685c8db2bb63a7c09d29814a933128b4ec212a

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M go.modgo.mod
@@ -9,7 +9,7 @@ github.com/dustin/go-humanize v1.0.1
github.com/go-git/go-git/v5 v5.12.0 github.com/microcosm-cc/bluemonday v1.0.27 github.com/russross/blackfriday/v2 v2.1.0 - golang.org/x/sys v0.26.0 + golang.org/x/sys v0.28.0 gopkg.in/yaml.v3 v3.0.1 )
@@ -33,7 +33,7 @@ github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect github.com/skeema/knownhosts v1.3.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect - golang.org/x/crypto v0.28.0 // indirect + golang.org/x/crypto v0.31.0 // indirect golang.org/x/net v0.30.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect )