Skip to content

Commit

Permalink
fix(wallets): pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 25, 2024
1 parent a32c124 commit 3d414ad
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 116 deletions.
1 change: 0 additions & 1 deletion ee/agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ require (
replace (
github.com/formancehq/membership-api/client => ./client
github.com/formancehq/operator => ./../../components/operator
github.com/formancehq/payments => ../../components/payments
github.com/zitadel/oidc/v2 => github.com/formancehq/oidc/v2 v2.0.0-20230524073911-09bdd1dca291
k8s.io/client-go v0.26.0 => k8s.io/client-go v0.25.4
)
113 changes: 0 additions & 113 deletions ee/search/go.mod

This file was deleted.

1 change: 0 additions & 1 deletion ee/wallets/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FROM core+base-image

sources:
WORKDIR src
COPY (stack+sources/out --LOCATION=components/ledger) components/ledger
COPY --pass-args (releases+sdk-generate/go) /src/releases/sdks/go
WORKDIR /src/ee/wallets
COPY go.* .
Expand Down
2 changes: 1 addition & 1 deletion ee/wallets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ require (

replace github.com/formancehq/formance-sdk-go/v2 => ../../releases/sdks/go

replace github.com/formancehq/ledger => ../../components/ledger
replace github.com/formancehq/ledger => github.com/formancehq/ledger v0.0.0-20240925161848-3cf78b93df02
2 changes: 2 additions & 0 deletions ee/wallets/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/formancehq/go-libs v1.7.1 h1:9D5cxKWFlVtdX5AYDXeUz1Nb9PdoEfQX0f/yeLsU324=
github.com/formancehq/go-libs v1.7.1/go.mod h1:pWTScpoyieF7OoJ6WVmXNG9NhDjbZbAmFqd7UOw85iI=
github.com/formancehq/ledger v0.0.0-20240925161848-3cf78b93df02 h1:0jB2JrN653A25DxUh4THjujWFZseMQqg5VMwGQxv7gc=
github.com/formancehq/ledger v0.0.0-20240925161848-3cf78b93df02/go.mod h1:sGscj1S3S2ndAzOPVFQFBuC72YF8t+OAm/hcqDcxpxI=
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
github.com/go-chi/render v1.0.3 h1:AsXqd2a1/INaIfUSKq3G5uA8weYx20FOsM7uSoCyyt4=
Expand Down

0 comments on commit 3d414ad

Please sign in to comment.