Skip to content

Commit

Permalink
Merge pull request #347 from dedis/269
Browse files Browse the repository at this point in the history
fix: use fixed Dela version
  • Loading branch information
PascalinDe authored Sep 11, 2023
2 parents d9da80d + efac583 commit e8d6e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 e8d6e50

Please sign in to comment.