We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febbaab commit 05a578bCopy full SHA for 05a578b
test/e2e/memcached_test.go
@@ -98,6 +98,8 @@ func TestMemcached(t *testing.T) {
98
// and comment out the current branch.
99
branchRe := regexp.MustCompile("([ ]+)(.+#osdk_branch_annotation)")
100
gopkg = branchRe.ReplaceAll(gopkg, []byte("$1# $2"))
101
+ versionRe := regexp.MustCompile("([ ]+)(.+#osdk_version_annotation)")
102
+ gopkg = versionRe.ReplaceAll(gopkg, []byte("$1# $2"))
103
// Plug in the fork to test against so `dep ensure` can resolve dependencies
104
// correctly.
105
gopkgString := string(gopkg)
0 commit comments