|
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