Skip to content

Commit

Permalink
Draft: use fixed Dela version
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Sep 7, 2023
1 parent d9da80d commit 6c42023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfiles/Dockerfile.dela
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM golang:1.20.6-bookworm
RUN apt-get update && apt-get install git
RUN git clone https://github.com/dedis/dela.git
RUN git clone https://github.com/dedis/d-voting.git
WORKDIR d-voting
RUN git checkout 269
WORKDIR /go/dela/cli/crypto
RUN go install
WORKDIR /go/d-voting/cli/memcoin
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/rs/zerolog v1.19.0
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
go.dedis.ch/dela v0.0.0-20221010131641-9c479e68be18
go.dedis.ch/dela v0.0.0-20230907131212-0d61b081b4af
go.dedis.ch/dela-apps v0.0.0-20211019120455-a0db752a0ba0
go.dedis.ch/kyber/v3 v3.1.0
golang.org/x/net v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.dedis.ch/dela v0.0.0-20211018150429-1fdbe35cd189/go.mod h1:GVQ2MumgCcAkor2MmfRCoqTBsFjaaqt7HfJpQLhMGok=
go.dedis.ch/dela v0.0.0-20221010131641-9c479e68be18 h1:sS/tKsWNFKTClWpyoTaibyORLbTxOP0aQcL2TTnWM2s=
go.dedis.ch/dela v0.0.0-20221010131641-9c479e68be18/go.mod h1:lXxF9I5fE8ffjIL3HJZWJbpA4jFa3KE80TqjSVzCYbA=
go.dedis.ch/dela v0.0.0-20230907131212-0d61b081b4af h1:6X46AAB2AGjOO7Rep1qeLexp42lILaSrSrFkqzNvosQ=
go.dedis.ch/dela v0.0.0-20230907131212-0d61b081b4af/go.mod h1:lXxF9I5fE8ffjIL3HJZWJbpA4jFa3KE80TqjSVzCYbA=
go.dedis.ch/dela-apps v0.0.0-20211019120455-a0db752a0ba0 h1:gPrJd+7QUuADpfToMKr80maGnjGPeB7ft7iNrkAtwGY=
go.dedis.ch/dela-apps v0.0.0-20211019120455-a0db752a0ba0/go.mod h1:MoJSdm3LXkNtiKEK3eiBKgqFhory4v8sBr7ldFP/vFc=
go.dedis.ch/fixbuf v1.0.3 h1:hGcV9Cd/znUxlusJ64eAlExS+5cJDIyTyEG+otu5wQs=
Expand Down

0 comments on commit 6c42023

Please sign in to comment.