Update CONTRIBUTING.md (#32)

* Minor: Replace missing "n"

* Add additional prerequisite

* Update required dependencies

* Update Gopkg.lock
This commit is contained in:
Andrew Merenbach 2018-03-13 09:50:12 -07:00 committed by Alexander Matyushentsev
parent 1247c2264d
commit d256256def
3 changed files with 12 additions and 5 deletions

View file

@ -6,7 +6,7 @@ Make sure you have following tools installed [golang](https://golang.org/), [dep
$ brew install go dep protobuf kubectl
```
Nice to have [gometaliter](https://github.com/alecthomas/gometalinter) and [goreman](https://github.com/mattn/goreman):
Nice to have [gometalinter](https://github.com/alecthomas/gometalinter) and [goreman](https://github.com/mattn/goreman):
```
$ go get -u gopkg.in/alecthomas/gometalinter.v2 github.com/mattn/goreman && gometalinter.v2 --install

14
Gopkg.lock generated
View file

@ -152,7 +152,7 @@
"ast",
"parser"
]
revision = "e8f6d25f61d163deee16a78b545f4aaa0f295c01"
revision = "405726fae23ace72b22c410a77b7bd825608f2c8"
[[projects]]
branch = "master"
@ -246,6 +246,7 @@
version = "1.0.1"
[[projects]]
branch = "master"
name = "github.com/ksonnet/ksonnet"
packages = [
"component",
@ -260,8 +261,7 @@
"prototype",
"strings"
]
revision = "e3806408e605eff0259aaba23bdf7aa13dbc6b5c"
version = "v0.9.1"
revision = "e570bff822d88b12f1841aa6e0069713d7e066c5"
[[projects]]
name = "github.com/ksonnet/ksonnet-lib"
@ -421,6 +421,12 @@
]
revision = "cce311a261e6fcf29de72ca96827bdb0b7d9c9e6"
[[projects]]
branch = "master"
name = "golang.org/x/sync"
packages = ["errgroup"]
revision = "fd80eb99c8f653c847d294a001bdf2a3a6f768f5"
[[projects]]
branch = "master"
name = "golang.org/x/sys"
@ -747,6 +753,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "9ba583cf1108531ecfba2a463b3092be28cdfb5360d7c18854ab6b10965d5004"
inputs-digest = "f1502665746a2148c56270e7a28dfbd393d56047b20dcee363c9e0202f651001"
solver-name = "gps-cdcl"
solver-version = 1

View file

@ -1,5 +1,6 @@
required = [
"github.com/gogo/protobuf/protoc-gen-gofast",
"golang.org/x/sync/errgroup",
"k8s.io/code-generator/cmd/go-to-protobuf",
]