Commit 153a57a 1 parent 0eadb03 commit 153a57a Copy full SHA for 153a57a
File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ PROJECT_VERSION=$(BASE_VERSION)
47
47
endif
48
48
49
49
PKGNAME = github.com/$(PROJECT_NAME )
50
- GO_LDFLAGS = -X $(PKGNAME ) /metadata.Version=$(PROJECT_VERSION )
50
+ GO_LDFLAGS = -X $(PKGNAME ) /common/ metadata.Version=$(PROJECT_VERSION )
51
51
CGO_FLAGS = CGO_CFLAGS=" "
52
52
ARCH =$(shell uname -m)
53
53
CHAINTOOL_RELEASE =v0.10.0
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"strings"
22
22
23
23
"github.com/fsouza/go-dockerclient"
24
- "github.com/hyperledger/fabric/metadata"
24
+ "github.com/hyperledger/fabric/common/ metadata"
25
25
"github.com/spf13/viper"
26
26
)
27
27
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package util
19
19
import (
20
20
"testing"
21
21
22
- "github.com/hyperledger/fabric/metadata"
22
+ "github.com/hyperledger/fabric/common/ metadata"
23
23
)
24
24
25
25
func TestUtil_DockerfileTemplateParser (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package version
19
19
import (
20
20
"fmt"
21
21
22
- "github.com/hyperledger/fabric/metadata"
22
+ "github.com/hyperledger/fabric/common/ metadata"
23
23
"github.com/spf13/cobra"
24
24
)
25
25
You can’t perform that action at this time.
0 commit comments