-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (42 loc) · 1.93 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/function61/edgerouter
go 1.23.1
require (
github.com/aws/aws-lambda-go v1.14.0
github.com/aws/aws-sdk-go v1.30.20
github.com/cozy/httpcache v0.0.0-20180914105234-d3dc4988de66
github.com/felixge/httpsnoop v1.0.1
github.com/function61/certbus v0.0.0-20210703130951-f282ab2b0381
github.com/function61/eventhorizon v0.2.1-0.20200610093004-78aa8b3a710f
github.com/function61/gokit v0.0.0-20200608105953-12235c68c38b
github.com/function61/id v0.0.0-20210304120117-4b4b73375b3b
github.com/gorilla/mux v1.7.4
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/prometheus/client_golang v1.4.1
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v1.0.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
)
require (
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/kataras/jwt v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)