|
1 | 1 | module go.dedis.ch/d-voting
|
2 | 2 |
|
3 |
| -go 1.23 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.23.7 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/gorilla/mux v1.8.1
|
7 | 9 | github.com/opentracing/opentracing-go v1.2.0
|
8 |
| - github.com/prometheus/client_golang v1.20.5 |
| 10 | + github.com/prometheus/client_golang v1.21.1 |
9 | 11 | github.com/rs/zerolog v1.33.0
|
10 | 12 | github.com/stretchr/testify v1.10.0
|
11 | 13 | github.com/uber/jaeger-client-go v2.30.0+incompatible
|
12 |
| - go.dedis.ch/dela v0.1.1-0.20240924124343-79fc1d79d180 |
| 14 | + go.dedis.ch/dela v0.1.0 |
13 | 15 | go.dedis.ch/dela-apps v0.0.0-20211201124511-8d285ec1fa45
|
14 | 16 | go.dedis.ch/kyber/v3 v3.1.0
|
15 |
| - golang.org/x/net v0.32.0 |
16 |
| - golang.org/x/tools v0.27.0 |
| 17 | + golang.org/x/net v0.37.0 |
| 18 | + golang.org/x/tools v0.31.0 |
17 | 19 | golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
|
18 | 20 | )
|
19 | 21 |
|
20 | 22 | require (
|
21 | 23 | github.com/beorn7/perks v1.0.1 // indirect
|
22 | 24 | github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
23 |
| - github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect |
| 25 | + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
24 | 26 | github.com/davecgh/go-spew v1.1.1 // indirect
|
25 | 27 | github.com/golang/protobuf v1.5.4 // indirect
|
26 | 28 | github.com/klauspost/compress v1.17.11 // indirect
|
27 | 29 | github.com/kylelemons/godebug v1.1.0 // indirect
|
28 | 30 | github.com/mattn/go-colorable v0.1.13 // indirect
|
29 |
| - github.com/mattn/go-isatty v0.0.20 // indirect |
| 31 | + github.com/mattn/go-isatty v0.0.19 // indirect |
30 | 32 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
31 |
| - github.com/opentracing-contrib/go-grpc v0.1.0 // indirect |
| 33 | + github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect |
32 | 34 | github.com/pkg/errors v0.9.1 // indirect
|
33 | 35 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
34 | 36 | github.com/prometheus/client_model v0.6.1 // indirect
|
35 |
| - github.com/prometheus/common v0.61.0 // indirect |
| 37 | + github.com/prometheus/common v0.62.0 // indirect |
36 | 38 | github.com/prometheus/procfs v0.15.1 // indirect
|
37 |
| - github.com/rs/xid v1.6.0 // indirect |
| 39 | + github.com/rs/xid v1.5.0 // indirect |
38 | 40 | github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
39 | 41 | github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
40 |
| - github.com/urfave/cli/v2 v2.27.5 // indirect |
41 |
| - github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect |
| 42 | + github.com/urfave/cli/v2 v2.27.1 // indirect |
| 43 | + github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect |
42 | 44 | go.dedis.ch/fixbuf v1.0.3 // indirect
|
43 | 45 | go.dedis.ch/protobuf v1.0.11 // indirect
|
44 |
| - go.etcd.io/bbolt v1.3.11 // indirect |
| 46 | + go.etcd.io/bbolt v1.3.9 // indirect |
45 | 47 | go.uber.org/atomic v1.11.0 // indirect
|
46 |
| - golang.org/x/crypto v0.30.0 // indirect |
47 |
| - golang.org/x/mod v0.22.0 // indirect |
48 |
| - golang.org/x/sync v0.10.0 // indirect |
49 |
| - golang.org/x/sys v0.28.0 // indirect |
50 |
| - golang.org/x/text v0.21.0 // indirect |
51 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect |
52 |
| - google.golang.org/grpc v1.68.0 // indirect |
53 |
| - google.golang.org/protobuf v1.36.0 // indirect |
| 48 | + golang.org/x/crypto v0.36.0 // indirect |
| 49 | + golang.org/x/mod v0.24.0 // indirect |
| 50 | + golang.org/x/sync v0.12.0 // indirect |
| 51 | + golang.org/x/sys v0.31.0 // indirect |
| 52 | + golang.org/x/text v0.23.0 // indirect |
| 53 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect |
| 54 | + google.golang.org/grpc v1.63.0 // indirect |
| 55 | + google.golang.org/protobuf v1.36.1 // indirect |
54 | 56 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
55 | 57 | )
|
0 commit comments