Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
remove vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pqv199x authored and thanhnguyennguyen committed Nov 11, 2019
1 parent 0c6a34c commit 8ed6a3e
Show file tree
Hide file tree
Showing 1,294 changed files with 7 additions and 751,362 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10-alpine as builder
FROM golang:1.11-alpine as builder

RUN apk add --no-cache make gcc musl-dev linux-headers

Expand Down
2 changes: 1 addition & 1 deletion crypto/bn256/cloudflare/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
t.Error(err)
continue
}
t.Logf("%d: %x\n", n, g2.Marshal())
t.Logf("%v: %x\n", n, g2.Marshal())
}
}

Expand Down
2 changes: 1 addition & 1 deletion crypto/bn256/google/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
t.Error(err)
continue
}
t.Logf("%d: %x\n", n, g2.Marshal())
t.Logf("%v: %x\n", n, g2.Marshal())
}
}

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ require (
github.com/mattn/go-colorable v0.1.4
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317 // indirect
Expand Down
4 changes: 2 additions & 2 deletions internal/build/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ func CopyFile(dst, src string, mode os.FileMode) {
// so that go commands executed by build use the same version of Go as the 'host' that runs
// build code. e.g.
//
// /usr/lib/go-1.8/bin/go run build/ci.go ...
// /usr/lib/go-1.11/bin/go run build/ci.go ...
//
// runs using go 1.8 and invokes go 1.8 tools from the same GOROOT. This is also important
// runs using go 1.11 and invokes go 1.11 tools from the same GOROOT. This is also important
// because runtime.Version checks on the host should match the tools that are run.
func GoTool(tool string, args ...string) *exec.Cmd {
args = append([]string{tool}, args...)
Expand Down
2 changes: 0 additions & 2 deletions vendor/bazil.org/fuse/.gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/bazil.org/fuse/.gitignore

This file was deleted.

93 changes: 0 additions & 93 deletions vendor/bazil.org/fuse/LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/bazil.org/fuse/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions vendor/bazil.org/fuse/buffer.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/bazil.org/fuse/debug.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/bazil.org/fuse/error_darwin.go

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/bazil.org/fuse/error_freebsd.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/bazil.org/fuse/error_linux.go

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/bazil.org/fuse/error_std.go

This file was deleted.

Loading

0 comments on commit 8ed6a3e

Please sign in to comment.