This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
forked from ldsec/drynx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
module github.com/ldsec/drynx | ||
|
||
go 1.12 | ||
|
||
// fix ID discrepancies between typescript and golang | ||
replace go.dedis.ch/kyber/v3 => go.dedis.ch/kyber/v3 v3.0.12-0.20191209094922-c336cade8388 | ||
|
||
// fix clean build | ||
replace go.dedis.ch/cothority/v3 => go.dedis.ch/cothority/v3 v3.4.1-0.20200122095111-c47a28d41429 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/alex-ant/gomath v0.0.0-20160516115720-89013a210a82 | ||
github.com/cdipaolo/goml v0.0.0-20190412180403-e1f51f713598 | ||
github.com/coreos/bbolt v1.3.3 | ||
github.com/cpuguy83/go-md2man v1.0.10 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/fanliao/go-concurrentMap v0.0.0-20141114143905-7d2d7a5ea67b | ||
github.com/gorilla/websocket v1.4.1 // indirect | ||
github.com/ldsec/unlynx v1.4.0 | ||
github.com/montanaflynn/stats v0.5.0 | ||
github.com/montanaflynn/stats v0.6.3 | ||
github.com/pelletier/go-toml v1.6.0 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/tonestuff/quadratic v0.0.0-20141117024252-b79de8af2377 | ||
github.com/urfave/cli v1.22.2 | ||
go.dedis.ch/cothority/v3 v3.4.0 | ||
go.dedis.ch/kyber/v3 v3.0.11 | ||
go.dedis.ch/onet/v3 v3.0.31 | ||
go.dedis.ch/cothority/v3 v3.4.3 | ||
go.dedis.ch/kyber/v3 v3.0.12 | ||
go.dedis.ch/onet/v3 v3.1.1 | ||
go.dedis.ch/protobuf v1.0.11 | ||
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad | ||
gonum.org/v1/gonum v0.6.2 | ||
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d | ||
golang.org/x/sys v0.0.0-20200302083256-062a44052db1 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
gonum.org/v1/gonum v0.7.0 | ||
gopkg.in/satori/go.uuid.v1 v1.2.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters