From feb5e036d077668bec8fbd01c117dce4c64de3f3 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 13 Nov 2024 17:40:41 -0300 Subject: [PATCH] tron grpc api --- gen/api/api.pb.go | 2 +- gen/api/api_grpc.pb.go | 2 +- gen/api/zksnark.pb.go | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gen/api/api.pb.go b/gen/api/api.pb.go index 530a212..fdbc6d3 100644 --- a/gen/api/api.pb.go +++ b/gen/api/api.pb.go @@ -7,7 +7,7 @@ package api import ( - core "gitea.capitan.black/pirate/gotron/gen/core" + core "gitea.capitan.black/public/gotron/gen/core" _ "google.golang.org/genproto/googleapis/api/annotations" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" diff --git a/gen/api/api_grpc.pb.go b/gen/api/api_grpc.pb.go index 8781bed..5db6d83 100644 --- a/gen/api/api_grpc.pb.go +++ b/gen/api/api_grpc.pb.go @@ -8,10 +8,10 @@ package api import ( context "context" + "gitea.capitan.black/public/gotron/gen/core" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" - "kk/pkg/crypto/tron/core" ) // This is a compile-time assertion to ensure that this generated file diff --git a/gen/api/zksnark.pb.go b/gen/api/zksnark.pb.go index ca7f136..3dce5ea 100644 --- a/gen/api/zksnark.pb.go +++ b/gen/api/zksnark.pb.go @@ -7,9 +7,9 @@ package api import ( + core "gitea.capitan.black/public/gotron/gen/core" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - core "kk/pkg/crypto/tron/core" reflect "reflect" sync "sync" ) diff --git a/go.mod b/go.mod index 19cfa54..3585ed2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitea.capitan.black/pirate/gotron +module gitea.capitan.black/public/gotron go 1.23.1