Fix "reference not found" error on checkout (#433) (#471)

This commit is contained in:
KADOTA, Kyohei
2021-01-15 14:24:17 +09:00
committed by GitHub
parent 460ed2db04
commit 6e1cdeefc0
4 changed files with 44 additions and 15 deletions

2
go.mod
View File

@@ -34,7 +34,7 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.7.0
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect