refactor(slashing): spinout to new go module (#18201)
This commit is contained in:
@@ -16,6 +16,7 @@ COPY x/tx/go.mod x/tx/go.sum /work/x/tx/
|
||||
COPY x/protocolpool/go.mod x/protocolpool/go.sum /work/x/protocolpool/
|
||||
COPY x/gov/go.mod x/gov/go.sum /work/x/gov/
|
||||
COPY x/distribution/go.mod x/distribution/go.sum /work/x/distribution/
|
||||
COPY x/slashing/go.mod x/slashing/go.sum /work/x/slashing/
|
||||
RUN go mod download
|
||||
|
||||
COPY ./ /work
|
||||
|
||||
Reference in New Issue
Block a user