Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
577be8d5
Commit
577be8d5
authored
Mar 19, 2015
by
Vish Kannan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5648 from kargakis/godeps
bump(github.com/matttproud/golang_protobuf_extensions/ext)
parents
2e7356bc
93135127
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
Godeps.json
Godeps/Godeps.json
+1
-1
all_test.go
...com/matttproud/golang_protobuf_extensions/ext/all_test.go
+2
-2
decode.go
...b.com/matttproud/golang_protobuf_extensions/ext/decode.go
+1
-1
encode.go
...b.com/matttproud/golang_protobuf_extensions/ext/encode.go
+1
-1
fixtures_test.go
...atttproud/golang_protobuf_extensions/ext/fixtures_test.go
+4
-4
No files found.
Godeps/Godeps.json
View file @
577be8d5
...
@@ -310,7 +310,7 @@
...
@@ -310,7 +310,7 @@
},
},
{
{
"ImportPath"
:
"github.com/matttproud/golang_protobuf_extensions/ext"
,
"ImportPath"
:
"github.com/matttproud/golang_protobuf_extensions/ext"
,
"Rev"
:
"
7a864a042e844af638df17ebbabf8183dace556a
"
"Rev"
:
"
ba7d65ac66e9da93a714ca18f6d1bc7a0c09100c
"
},
},
{
{
"ImportPath"
:
"github.com/miekg/dns"
,
"ImportPath"
:
"github.com/miekg/dns"
,
...
...
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/ext/all_test.go
View file @
577be8d5
...
@@ -21,8 +21,8 @@ import (
...
@@ -21,8 +21,8 @@ import (
"testing"
"testing"
"testing/quick"
"testing/quick"
.
"
code.google.com/p/go
protobuf/proto"
.
"
github.com/golang/
protobuf/proto"
.
"
code.google.com/p/go
protobuf/proto/testdata"
.
"
github.com/golang/
protobuf/proto/testdata"
)
)
func
TestWriteDelimited
(
t
*
testing
.
T
)
{
func
TestWriteDelimited
(
t
*
testing
.
T
)
{
...
...
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/ext/decode.go
View file @
577be8d5
...
@@ -19,7 +19,7 @@ import (
...
@@ -19,7 +19,7 @@ import (
"errors"
"errors"
"io"
"io"
"
code.google.com/p/go
protobuf/proto"
"
github.com/golang/
protobuf/proto"
)
)
var
errInvalidVarint
=
errors
.
New
(
"invalid varint32 encountered"
)
var
errInvalidVarint
=
errors
.
New
(
"invalid varint32 encountered"
)
...
...
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/ext/encode.go
View file @
577be8d5
...
@@ -18,7 +18,7 @@ import (
...
@@ -18,7 +18,7 @@ import (
"encoding/binary"
"encoding/binary"
"io"
"io"
"
code.google.com/p/go
protobuf/proto"
"
github.com/golang/
protobuf/proto"
)
)
// WriteDelimited encodes and dumps a message to the provided writer prefixed
// WriteDelimited encodes and dumps a message to the provided writer prefixed
...
...
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/ext/fixtures_test.go
View file @
577be8d5
// Copyright 2010 The Go Authors. All rights reserved.
// Copyright 2010 The Go Authors. All rights reserved.
// http://
code.google.com/p/go
protobuf/
// http://
github.com/golang/
protobuf/
//
//
// Redistribution and use in source and binary forms, with or without
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// modification, are permitted provided that the following conditions are
...
@@ -30,11 +30,11 @@
...
@@ -30,11 +30,11 @@
package
ext
package
ext
import
(
import
(
.
"
code.google.com/p/go
protobuf/proto"
.
"
github.com/golang/
protobuf/proto"
.
"
code.google.com/p/go
protobuf/proto/testdata"
.
"
github.com/golang/
protobuf/proto/testdata"
)
)
// FROM https://
code.google.com/p/goprotobuf/source/browse
/proto/all_test.go.
// FROM https://
github.com/golang/protobuf/blob/master
/proto/all_test.go.
func
initGoTestField
()
*
GoTestField
{
func
initGoTestField
()
*
GoTestField
{
f
:=
new
(
GoTestField
)
f
:=
new
(
GoTestField
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment