Skip to content

Commit 819061c

Browse files
committed
Pull latest code-server
1 parent 477557b commit 819061c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/code-payments/code-vm-indexer
33
go 1.23.0
44

55
require (
6-
github.com/code-payments/code-server v1.10.21-0.20250402193413-bc1bb0344dc7
6+
github.com/code-payments/code-server v1.10.21-0.20250507142349-9c8923fb60b8
77
github.com/envoyproxy/protoc-gen-validate v1.2.1
88
github.com/golang/protobuf v1.5.4
99
github.com/jackc/pgx/v4 v4.13.0
@@ -27,7 +27,7 @@ require (
2727
github.com/bits-and-blooms/bitset v1.2.0 // indirect
2828
github.com/bits-and-blooms/bloom/v3 v3.1.0 // indirect
2929
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
30-
github.com/code-payments/code-protobuf-api v1.19.1-0.20250402192552-177b85d5508d // indirect
30+
github.com/code-payments/code-protobuf-api v1.19.1-0.20250429171947-b8896029c856 // indirect
3131
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
3232
github.com/davecgh/go-spew v1.1.1 // indirect
3333
github.com/docker/cli v20.10.7+incompatible // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht
7878
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
7979
github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=
8080
github.com/cockroachdb/apd v1.1.0/go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ=
81-
github.com/code-payments/code-protobuf-api v1.19.1-0.20250402192552-177b85d5508d h1:p0XvGezrScoG4CLGWbV702qK8MOwNSOPxfumVJ/kqBc=
82-
github.com/code-payments/code-protobuf-api v1.19.1-0.20250402192552-177b85d5508d/go.mod h1:ee6TzKbgMS42ZJgaFEMG3c4R3dGOiffHSu6MrY7WQvs=
83-
github.com/code-payments/code-server v1.10.21-0.20250402193413-bc1bb0344dc7 h1:crW/OlRKEhBv9PMkZFI9WsG5xx/oUsRzy8b7JNFIYMo=
84-
github.com/code-payments/code-server v1.10.21-0.20250402193413-bc1bb0344dc7/go.mod h1:Zr5GZP/JfZF+tQoWm4sBgA9di58apDroeefdDkuCP/w=
81+
github.com/code-payments/code-protobuf-api v1.19.1-0.20250429171947-b8896029c856 h1:qHd5MHS7948r1DJgY9wRRuNIrISLmcG7SK3I8ui7ilc=
82+
github.com/code-payments/code-protobuf-api v1.19.1-0.20250429171947-b8896029c856/go.mod h1:ee6TzKbgMS42ZJgaFEMG3c4R3dGOiffHSu6MrY7WQvs=
83+
github.com/code-payments/code-server v1.10.21-0.20250507142349-9c8923fb60b8 h1:DTWiG1pwekOUJfaZXoRiFdPa+CWJN0Sq6erSykkN4dU=
84+
github.com/code-payments/code-server v1.10.21-0.20250507142349-9c8923fb60b8/go.mod h1:CJQ94IPX+fvjlbH+BxXiWLCSA9I0lOjrUkIBUJnS9WY=
8585
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 h1:NmTXa/uVnDyp0TY5MKi197+3HWcnYWfnHGyaFthlnGw=
8686
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
8787
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=

0 commit comments

Comments
 (0)