kevin-hf / education

基于Hyperledger Fabric 使用fabric-sdk-go实现的一个征信应用.
231 stars 139 forks source link

import cycle not allowed #9

Open GaoSimon opened 3 years ago

GaoSimon commented 3 years ago

在编译go build的时候总是报错:import cycle not allowed package github.com/kongyixueyuan.com/education imports github.com/kongyixueyuan.com/education/sdkInit imports github.com/hyperledger/fabric-sdk-go/pkg/client/channel imports github.com/hyperledger/fabric-sdk-go/pkg/client/channel/invoke imports github.com/hyperledger/fabric-sdk-go/pkg/client/common/selection/options imports github.com/hyperledger/fabric-sdk-go/pkg/common/logging imports github.com/hyperledger/fabric-sdk-go/pkg/core/logging/modlog imports github.com/stretchr/testify/assert imports net/http imports crypto/tls imports crypto/x509 imports net imports runtime/cgo imports runtime/cgo

请问该怎么解决?