go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-05-14 07:22:21 +01:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions
+18
View File
@@ -0,0 +1,18 @@
package main
import (
"fmt"
_ "github.com/blakesmith/ar"
_ "github.com/google/shlex"
_ "github.com/marcinbor85/gohex"
_ "go.bug.st/serial"
_ "golang.org/x/tools/go/ast/astutil"
_ "golang.org/x/tools/go/ssa"
_ "google.golang.org/appengine"
_ "tinygo.org/x/go-llvm"
)
func main() {
fmt.Println("vim-go")
}