forked from github/multus-cni
[deps][vendor] Updates gogo/protobuf
This commit is contained in:
2
vendor/github.com/gogo/protobuf/proto/text_parser.go
generated
vendored
2
vendor/github.com/gogo/protobuf/proto/text_parser.go
generated
vendored
@@ -318,7 +318,7 @@ func unescape(s string) (ch string, tail string, err error) {
|
||||
if i > utf8.MaxRune {
|
||||
return "", "", fmt.Errorf(`\%c%s is not a valid Unicode code point`, r, ss)
|
||||
}
|
||||
return string(i), s, nil
|
||||
return string(rune(i)), s, nil
|
||||
}
|
||||
return "", "", fmt.Errorf(`unknown escape \%c`, r)
|
||||
}
|
||||
|
2
vendor/github.com/json-iterator/go/.travis.yml
generated
vendored
2
vendor/github.com/json-iterator/go/.travis.yml
generated
vendored
@@ -8,7 +8,7 @@ before_install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- ./scripts/test.sh
|
||||
- ./test.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
2
vendor/github.com/modern-go/concurrent/.travis.yml
generated
vendored
2
vendor/github.com/modern-go/concurrent/.travis.yml
generated
vendored
@@ -8,7 +8,7 @@ before_install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- ./scripts/test.sh
|
||||
- ./test.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
2
vendor/github.com/modern-go/reflect2/.travis.yml
generated
vendored
2
vendor/github.com/modern-go/reflect2/.travis.yml
generated
vendored
@@ -9,7 +9,7 @@ before_install:
|
||||
- go get -t -v github.com/modern-go/reflect2-tests/...
|
||||
|
||||
script:
|
||||
- ./scripts/test.sh
|
||||
- ./test.sh
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Reference in New Issue
Block a user