-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1.08 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
module github.com/function61/edgerouter
go 1.13
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/go-acme/lego/v3 v3.3.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.4.1
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
)