|
1 | 1 | module github.com/ldsec/medco
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - github.com/BurntSushi/toml v0.3.1 |
5 |
| - github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect |
6 |
| - github.com/daviddengcn/go-colortext v1.0.0 // indirect |
| 4 | + github.com/BurntSushi/toml v0.4.1 |
| 5 | + github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect |
| 6 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect |
7 | 7 | github.com/fanliao/go-concurrentMap v0.0.0-20141114143905-7d2d7a5ea67b
|
8 |
| - github.com/go-openapi/errors v0.19.7 |
9 |
| - github.com/go-openapi/loads v0.19.5 |
10 |
| - github.com/go-openapi/runtime v0.19.22 |
11 |
| - github.com/go-openapi/spec v0.19.9 |
12 |
| - github.com/go-openapi/strfmt v0.19.5 |
13 |
| - github.com/go-openapi/swag v0.19.9 |
14 |
| - github.com/go-openapi/validate v0.19.11 |
15 |
| - github.com/gorilla/websocket v1.4.2 // indirect |
16 |
| - github.com/jessevdk/go-flags v1.4.0 |
17 |
| - github.com/ldsec/unlynx v1.4.1 |
18 |
| - github.com/lestrrat-go/jwx v0.9.0 |
19 |
| - github.com/lib/pq v1.8.0 |
20 |
| - github.com/mailru/easyjson v0.7.6 // indirect |
21 |
| - github.com/mitchellh/mapstructure v1.3.3 // indirect |
| 8 | + github.com/go-openapi/analysis v0.21.1 // indirect |
| 9 | + github.com/go-openapi/errors v0.20.1 |
| 10 | + github.com/go-openapi/loads v0.21.0 |
| 11 | + github.com/go-openapi/runtime v0.21.0 |
| 12 | + github.com/go-openapi/spec v0.20.4 |
| 13 | + github.com/go-openapi/strfmt v0.21.1 |
| 14 | + github.com/go-openapi/swag v0.19.15 |
| 15 | + github.com/go-openapi/validate v0.20.3 |
| 16 | + github.com/go-stack/stack v1.8.1 // indirect |
| 17 | + github.com/jessevdk/go-flags v1.5.0 |
| 18 | + github.com/ldsec/unlynx v1.4.3 |
| 19 | + github.com/lestrrat-go/jwx v1.2.13 |
| 20 | + github.com/lib/pq v1.10.4 |
| 21 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 22 | + github.com/mitchellh/mapstructure v1.4.3 // indirect |
22 | 23 | github.com/pkg/errors v0.9.1
|
23 | 24 | github.com/r0fls/gostats v0.0.0-20180711082619-e793b1fda35c
|
24 |
| - github.com/sirupsen/logrus v1.6.0 |
25 |
| - github.com/smartystreets/goconvey v1.6.4 // indirect |
26 |
| - github.com/stretchr/testify v1.6.1 |
27 |
| - github.com/urfave/cli v1.22.4 |
28 |
| - go.dedis.ch/kyber/v3 v3.0.12 |
29 |
| - go.dedis.ch/onet/v3 v3.2.0 |
30 |
| - go.etcd.io/bbolt v1.3.5 // indirect |
31 |
| - go.mongodb.org/mongo-driver v1.5.1 // indirect |
32 |
| - golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect |
33 |
| - golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c |
34 |
| - golang.org/x/text v0.3.7 // indirect |
| 25 | + github.com/sirupsen/logrus v1.8.1 |
| 26 | + github.com/stretchr/testify v1.7.0 |
| 27 | + github.com/urfave/cli v1.22.5 |
| 28 | + go.dedis.ch/kyber/v3 v3.0.13 |
| 29 | + go.dedis.ch/onet/v3 v3.2.10 |
| 30 | + go.mongodb.org/mongo-driver v1.8.1 // indirect |
| 31 | + golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect |
| 32 | + golang.org/x/net v0.0.0-20211209124913-491a49abca63 |
| 33 | + golang.org/x/sys v0.0.0-20211214170744-3b038e5940ed // indirect |
35 | 34 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
36 |
| - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 |
| 35 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
37 | 36 | )
|
38 | 37 |
|
39 |
| -go 1.14 |
| 38 | +go 1.15 |
0 commit comments