|
1 | 1 | module github.com/function61/edgerouter |
2 | 2 |
|
3 | | -go 1.23.1 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/aws/aws-lambda-go v1.49.0 |
7 | | - github.com/aws/aws-sdk-go v1.55.7 |
8 | | - github.com/cozy/httpcache v0.0.0-20180914105234-d3dc4988de66 |
9 | | - github.com/felixge/httpsnoop v1.0.1 |
10 | | - github.com/function61/certbus v0.0.0-20210703130951-f282ab2b0381 |
| 6 | + github.com/aws/aws-lambda-go v1.53.0 |
| 7 | + github.com/aws/aws-sdk-go v1.55.8 |
| 8 | + github.com/cozy/httpcache v0.0.0-20210224123405-3f334f841945 |
| 9 | + github.com/felixge/httpsnoop v1.0.4 |
| 10 | + github.com/function61/certbus v0.0.0-20220212111008-7a31ebaf16e3 |
11 | 11 | github.com/function61/eventhorizon v0.2.1-0.20200610093004-78aa8b3a710f |
12 | 12 | github.com/function61/gokit v0.0.0-20200608105953-12235c68c38b |
13 | 13 | github.com/function61/id v0.0.0-20250906165258-65cb12323d4d |
14 | | - github.com/gorilla/mux v1.7.4 |
| 14 | + github.com/gorilla/mux v1.8.1 |
15 | 15 | github.com/peterbourgon/diskv v2.0.1+incompatible |
16 | | - github.com/prometheus/client_golang v1.4.1 |
| 16 | + github.com/prometheus/client_golang v1.23.2 |
17 | 17 | github.com/scylladb/termtables v1.0.0 |
18 | | - github.com/spf13/cobra v1.0.0 |
19 | | - golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 |
| 18 | + github.com/spf13/cobra v1.10.2 |
| 19 | + golang.org/x/sync v0.19.0 |
20 | 20 | inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a |
21 | 21 | ) |
22 | 22 |
|
23 | 23 | require ( |
24 | 24 | github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect |
25 | 25 | github.com/beorn7/perks v1.0.1 // indirect |
26 | | - github.com/cespare/xxhash/v2 v2.1.1 // indirect |
27 | | - github.com/golang/protobuf v1.3.4 // indirect |
28 | | - github.com/google/btree v1.0.0 // indirect |
| 26 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 27 | + github.com/clipperhouse/uax29/v2 v2.7.0 // indirect |
| 28 | + github.com/google/btree v1.1.3 // indirect |
29 | 29 | github.com/hashicorp/hcl v1.0.0 // indirect |
30 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 30 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
31 | 31 | github.com/jmespath/go-jmespath v0.4.0 // indirect |
32 | | - github.com/kataras/jwt v0.1.2 // indirect |
33 | | - github.com/mattn/go-runewidth v0.0.8 // indirect |
34 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 32 | + github.com/kataras/jwt v0.1.17 // indirect |
| 33 | + github.com/mattn/go-runewidth v0.0.20 // indirect |
| 34 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
35 | 35 | github.com/patrickmn/go-cache v2.1.0+incompatible // indirect |
36 | | - github.com/prometheus/client_model v0.2.0 // indirect |
37 | | - github.com/prometheus/common v0.9.1 // indirect |
38 | | - github.com/prometheus/procfs v0.0.8 // indirect |
39 | | - github.com/spf13/pflag v1.0.5 // indirect |
40 | | - go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect |
41 | | - go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect |
42 | | - golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect |
43 | | - golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect |
44 | | - gopkg.in/square/go-jose.v2 v2.5.1 // indirect |
| 36 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 37 | + github.com/prometheus/common v0.67.5 // indirect |
| 38 | + github.com/prometheus/procfs v0.20.1 // indirect |
| 39 | + github.com/spf13/pflag v1.0.10 // indirect |
| 40 | + go.yaml.in/yaml/v2 v2.4.3 // indirect |
| 41 | + go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect |
| 42 | + go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect |
| 43 | + golang.org/x/crypto v0.48.0 // indirect |
| 44 | + golang.org/x/sys v0.41.0 // indirect |
| 45 | + google.golang.org/protobuf v1.36.11 // indirect |
| 46 | + gopkg.in/square/go-jose.v2 v2.6.0 // indirect |
45 | 47 | ) |
0 commit comments