Skip to content

Commit d397d91

Browse files
committed
bump deps
1 parent e51bc80 commit d397d91

2 files changed

Lines changed: 109 additions & 71 deletions

File tree

go.mod

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
module github.com/function61/edgerouter
22

3-
go 1.23.1
3+
go 1.25.0
44

55
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
1111
github.com/function61/eventhorizon v0.2.1-0.20200610093004-78aa8b3a710f
1212
github.com/function61/gokit v0.0.0-20200608105953-12235c68c38b
1313
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
1515
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
1717
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
2020
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
2121
)
2222

2323
require (
2424
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect
2525
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
2929
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
3131
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
3535
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
4547
)

0 commit comments

Comments
 (0)