all repos — elgit @ 5dc6516d74885ce3f03db9dd997da2e11517b8f7

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

bump x/net

commit

5dc6516d74885ce3f03db9dd997da2e11517b8f7

parent

1574bbecb5b2856b2018d064a32d2e7f484a58b1

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

changed files
M go.modgo.mod
@@ -10,7 +10,7 @@ github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.5.1 github.com/microcosm-cc/bluemonday v1.0.21 github.com/russross/blackfriday/v2 v2.1.0 - golang.org/x/sys v0.3.0 + golang.org/x/sys v0.5.0 gopkg.in/yaml.v3 v3.0.0 )
@@ -32,7 +32,7 @@ github.com/skeema/knownhosts v1.1.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect golang.org/x/crypto v0.4.0 // indirect golang.org/x/mod v0.7.0 // indirect - golang.org/x/net v0.4.0 // indirect + golang.org/x/net v0.7.0 // indirect golang.org/x/tools v0.4.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect )