File: 0001-Disable-github.com-cockroachdb-cockroach-go.patch

package info (click to toggle)
trillian 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,600 kB
  • sloc: sh: 1,181; javascript: 474; sql: 330; makefile: 39
file content (22 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Simon Josefsson <simon@josefsson.org>
Date: Wed, 17 Jan 2024 02:02:10 +0100
Subject: [PATCH] Disable github.com/cockroachdb/cockroach-go.
Forwarded: not-needed

---
 storage/crdb/provider.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/storage/crdb/provider.go b/storage/crdb/provider.go
index 6ffdfa9..24e698a 100644
--- a/storage/crdb/provider.go
+++ b/storage/crdb/provider.go
@@ -23,7 +23,7 @@ import (
 	"github.com/google/trillian/storage"
 	"k8s.io/klog/v2"
 
-	_ "github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx" // crdb retries and postgres interface
+//	_ "github.com/cockroachdb/cockroach-go/v2/crdb/crdbpgx" // crdb retries and postgres interface
 	_ "github.com/lib/pq"                                   // Register the Postgres driver.
 )