|
1 | 1 | module github.com/uccmisl/godash
|
2 | 2 |
|
3 |
| -// updates for godash v2.4.0 |
| 3 | +// updates for godash v2.4.2 |
4 | 4 |
|
5 |
| -go 1.17 |
| 5 | +go 1.20 |
6 | 6 |
|
7 | 7 | require (
|
8 | 8 | github.com/cavaliercoder/grab v2.0.0+incompatible
|
9 | 9 | github.com/golang/protobuf v1.5.2
|
10 |
| - github.com/hashicorp/consul/api v1.12.0 |
11 |
| - github.com/lucas-clemente/quic-go v0.25.0 |
12 |
| - golang.org/x/net v0.0.0-20220225172249-27dd8689420f |
13 |
| - gonum.org/v1/gonum v0.9.3 |
14 |
| - google.golang.org/grpc v1.44.0 |
| 10 | + github.com/hashicorp/consul/api v1.18.0 |
| 11 | + // remove direct link to http3 folder, as it contains no go.mod file |
| 12 | + github.com/quic-go/quic-go v0.33.0 |
| 13 | + golang.org/x/net v0.7.0 |
| 14 | + gonum.org/v1/gonum v0.12.0 |
| 15 | + google.golang.org/grpc v1.53.0 |
15 | 16 | )
|
16 | 17 |
|
17 | 18 | require (
|
18 |
| - github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect |
| 19 | + github.com/armon/go-metrics v0.4.1 // indirect |
19 | 20 | github.com/cheekybits/genny v1.0.1-0.20190611084615-df3d48aa411e // indirect
|
20 |
| - github.com/fatih/color v1.9.0 // indirect |
| 21 | + github.com/fatih/color v1.14.1 // indirect |
21 | 22 | github.com/fsnotify/fsnotify v1.4.9 // indirect
|
22 | 23 | github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
23 |
| - github.com/hashicorp/go-cleanhttp v0.5.1 // indirect |
24 |
| - github.com/hashicorp/go-hclog v0.12.0 // indirect |
25 |
| - github.com/hashicorp/go-immutable-radix v1.0.0 // indirect |
| 24 | + github.com/golang/mock v1.6.0 // indirect |
| 25 | + github.com/google/pprof v0.0.0-20230222194610-99052d3372e7 // indirect |
| 26 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 27 | + github.com/hashicorp/go-hclog v1.4.0 // indirect |
| 28 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
26 | 29 | github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
27 |
| - github.com/hashicorp/golang-lru v0.5.0 // indirect |
28 |
| - github.com/hashicorp/serf v0.9.6 // indirect |
| 30 | + github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 31 | + github.com/hashicorp/serf v0.10.1 // indirect |
29 | 32 | github.com/marten-seemann/qpack v0.2.1 // indirect
|
30 | 33 | github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect
|
31 | 34 | github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect
|
32 | 35 | github.com/marten-seemann/qtls-go1-18 v0.1.0-beta.1 // indirect
|
33 |
| - github.com/mattn/go-colorable v0.1.6 // indirect |
34 |
| - github.com/mattn/go-isatty v0.0.12 // indirect |
| 36 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 37 | + github.com/mattn/go-isatty v0.0.17 // indirect |
35 | 38 | github.com/mitchellh/go-homedir v1.1.0 // indirect
|
36 |
| - github.com/mitchellh/mapstructure v1.1.2 // indirect |
| 39 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
37 | 40 | github.com/nxadm/tail v1.4.8 // indirect
|
38 | 41 | github.com/onsi/ginkgo v1.16.4 // indirect
|
39 |
| - golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect |
40 |
| - golang.org/x/mod v0.4.2 // indirect |
41 |
| - golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect |
42 |
| - golang.org/x/text v0.3.7 // indirect |
43 |
| - golang.org/x/tools v0.1.1 // indirect |
| 42 | + github.com/onsi/ginkgo/v2 v2.8.3 // indirect |
| 43 | + github.com/quic-go/qpack v0.4.0 // indirect |
| 44 | + github.com/quic-go/qtls-go1-19 v0.2.1 // indirect |
| 45 | + github.com/quic-go/qtls-go1-20 v0.1.1 // indirect |
| 46 | + golang.org/x/crypto v0.6.0 // indirect |
| 47 | + golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect |
| 48 | + golang.org/x/mod v0.8.0 // indirect |
| 49 | + golang.org/x/sys v0.5.0 // indirect |
| 50 | + golang.org/x/text v0.7.0 // indirect |
| 51 | + golang.org/x/tools v0.6.0 // indirect |
44 | 52 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
45 |
| - google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect |
46 |
| - google.golang.org/protobuf v1.26.0 // indirect |
| 53 | + google.golang.org/genproto v0.0.0-20230221151758-ace64dc21148 // indirect |
| 54 | + google.golang.org/protobuf v1.28.1 // indirect |
47 | 55 | gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
48 | 56 | )
|
0 commit comments