chore: go mod tidy --story=0
Showing
... | ... | @@ -7,7 +7,6 @@ require ( |
chainmaker.org/chainmaker/pb-go/v2 v2.3.3 | ||
chainmaker.org/chainmaker/sdk-go/v2 v2.3.4-0.20240719130319-5ba53d7d82bb | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/zeromicro/go-zero v1.6.2 | ||
go.uber.org/zap v1.24.0 | ||
google.golang.org/grpc v1.61.0 | ||
... | ... | @@ -78,7 +77,6 @@ require ( |
github.com/pingcap/tidb v1.1.0-beta.0.20200630082100-328b6d0a955c // indirect | ||
github.com/pingcap/tipb v0.0.0-20210425040103-dc47a87b52aa // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.18.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.45.0 // indirect | ||
... | ... |
Please register or sign in to comment