Skip to content

Commit

Permalink
rebase and fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Sep 28, 2023
1 parent 4f8b0a7 commit e8a6408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FROM informalofftermatt/cometmock:latest as cometmock-builder
# Get GoRelayer
FROM informalofftermatt/gorelayer:nogas AS gorelayer-builder

FROM --platform=linux/amd64 fedora:36
FROM --platform=linux/arm64 fedora:36
RUN dnf update -y
RUN dnf install -y which iproute iputils procps-ng vim-minimal tmux net-tools htop jq
USER root
Expand Down
3 changes: 2 additions & 1 deletion app/provider/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package app

import (
"fmt"
evidencekeeper "github.com/cosmos/cosmos-sdk/x/evidence/keeper"
"io"
stdlog "log"
"net/http"
"os"
"path/filepath"

evidencekeeper "github.com/cosmos/cosmos-sdk/x/evidence/keeper"

appparams "github.com/cosmos/interchain-security/v2/app/params"

"github.com/cosmos/cosmos-sdk/baseapp"
Expand Down

0 comments on commit e8a6408

Please sign in to comment.