Skip to content

Commit

Permalink
depend entirely on public repo ewm-types
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 30, 2024
1 parent a42eedd commit 12b4f6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ RUN mkdir /build
WORKDIR /build
COPY . .
RUN apk add --no-cache git
RUN go env -w GOPRIVATE=github.com/covalenthq
ARG GIT_TOKEN
RUN git config --global url."https://noslav:${GIT_TOKEN}@github.com".insteadOf "https://github.com"

RUN go mod download
# Build the services
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ require (

require (
github.com/cosmos/cosmos-sdk v0.46.12
github.com/covalenthq/ewm-types v0.1.4
google.golang.org/grpc v1.64.1
github.com/covalenthq/ewm-types v0.1.5
)

require (
Expand Down Expand Up @@ -66,6 +66,7 @@ require (
github.com/cosmos/iavl v0.19.5 // indirect
github.com/cosmos/ibc-go/v5 v5.0.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect

github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA=
github.com/cosmos/ledger-cosmos-go v0.12.2 h1:/XYaBlE2BJxtvpkHiBm97gFGSGmYGKunKyF3nNqAXZA=
github.com/cosmos/ledger-cosmos-go v0.12.2/go.mod h1:ZcqYgnfNJ6lAXe4HPtWgarNEY+B74i+2/8MhZw4ziiI=
github.com/covalenthq/ewm-types v0.1.4 h1:NyhW/c+BAZSvVFzI//ADZChIc6uLrF7CSIEViyeOaqU=
github.com/covalenthq/ewm-types v0.1.4/go.mod h1:Qz1MTSqjl/6YcmtntDVdjGhqIrqCgL3SJUJOj316Aus=
github.com/covalenthq/ewm-types v0.1.5 h1:ans1ytPTE7AuwckiS/6E1nL9I6uWpb5d7gK3XQ362X4=
github.com/covalenthq/ewm-types v0.1.5/go.mod h1:Qz1MTSqjl/6YcmtntDVdjGhqIrqCgL3SJUJOj316Aus=
github.com/covalenthq/lenspath v0.3.2 h1:XJgc91mff1sBeB3lvIgM7RCUM+0ZAEeEToaaslKjrAY=
github.com/covalenthq/lenspath v0.3.2/go.mod h1:+9jSB9uDfvH4ga4nxucxE3eU+AqDK/PexXd2BP5xNBo=
github.com/covalenthq/lumberjack/v3 v3.0.1 h1:WDfNlLMTcMWiLaMEUcku9Jfcb5d8mOq4n5cIPA5l2Tg=
Expand Down

0 comments on commit 12b4f6e

Please sign in to comment.