File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ FROM golang:alpine AS build-env
22
22
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev py-pip
23
23
24
24
# Set working directory for the build
25
- WORKDIR /go/src/github.com/desmos-labs /juno
25
+ WORKDIR /go/src/github.com/forbole /juno
26
26
27
27
# Add source files
28
28
COPY . .
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ all: lint test-unit install
9
9
# Build / Install
10
10
# ##############################################################################
11
11
12
- LD_FLAGS = -X github.com/desmos-labs /juno.Version=$(VERSION ) \
13
- -X github.com/desmos-labs /juno.Commit=$(COMMIT )
12
+ LD_FLAGS = -X github.com/forbole /juno.Version=$(VERSION ) \
13
+ -X github.com/forbole /juno.Commit=$(COMMIT )
14
14
15
15
BUILD_FLAGS := -ldflags '$(LD_FLAGS ) '
16
16
@@ -50,7 +50,7 @@ lint-fix:
50
50
format :
51
51
find . -name ' *.go' -type f -not -path " ./vendor*" -not -path " *.git*" -not -name ' *.pb.go' | xargs gofmt -w -s
52
52
find . -name ' *.go' -type f -not -path " ./vendor*" -not -path " *.git*" -not -name ' *.pb.go' | xargs misspell -w
53
- find . -name ' *.go' -type f -not -path " ./vendor*" -not -path " *.git*" -not -name ' *.pb.go' | xargs goimports -w -local github.com/desmos-labs /juno
53
+ find . -name ' *.go' -type f -not -path " ./vendor*" -not -path " *.git*" -not -name ' *.pb.go' | xargs goimports -w -local github.com/forbole /juno
54
54
.PHONY : format
55
55
56
56
clean :
Original file line number Diff line number Diff line change 6
6
7
7
> This branch is intended to be used with Cosmos SDK ` v0.40.x ` .
8
8
9
- [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/desmos-labs/juno/Tests )] ( https://github.com/desmos-labs /juno/actions?query=workflow%3ATests )
10
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/desmos-labs /juno )] ( https://goreportcard.com/report/github.com/desmos-labs /juno )
9
+ [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/desmos-labs/juno/Tests )] ( https://github.com/forbole /juno/actions?query=workflow%3ATests )
10
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/forbole /juno )] ( https://goreportcard.com/report/github.com/forbole /juno )
11
11
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/desmos-labs/juno )] ( https://codecov.io/gh/desmos-labs/juno/branch/cosmos-v0.40.x )
12
12
13
13
> Juno is a Cosmos Hub blockchain data aggregator and exporter that provides the ability for developers and clients to query for indexed chain data.
You can’t perform that action at this time.
0 commit comments