File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
8
8
- GO111MODULE=on go vet .
9
9
- GO111MODULE=on go test -v -race ./...
10
+ - git diff --exit-code
10
11
install :
11
12
- go get golang.org/x/lint/golint
Original file line number Diff line number Diff line change 1
- module github.com/kubernetes- sigs/yaml
1
+ module sigs.k8s.io /yaml
2
2
3
3
go 1.12
4
4
5
- require gopkg.in/yaml.v2 v2.2.2
5
+ require (
6
+ github.com/davecgh/go-spew v1.1.1
7
+ gopkg.in/yaml.v2 v2.2.2
8
+ )
Original file line number Diff line number Diff line change
1
+ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2
+ github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1
3
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2
4
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
3
5
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments