-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 2.34 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 2.34 KB
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/fbsamples/fbrell
go 1.23.0
require (
github.com/daaku/ctxerr v0.0.0-20160819070907-509c438ca2ac
github.com/daaku/ctxmux v0.0.0-20160816070229-fe5583754039
github.com/daaku/go.browserid v0.0.0-20150319225204-b9bd71b767c8
github.com/daaku/go.fburl v0.0.0-20150224053625-4b680987341b
github.com/daaku/go.h v0.0.0-20160816070040-732cb10c117f
github.com/daaku/go.h.js.fb v0.0.0-20160819071028-bcc6589ae73c
github.com/daaku/go.h.js.ga v0.0.0-20160819071048-736eab92ff5f
github.com/daaku/go.h.ui v0.0.0-20160819062614-81953c79c3f5
github.com/daaku/go.htmlwriter v0.0.0-20150220215715-94418e34369a
github.com/daaku/go.httpdev v0.0.0-20160819064251-754fc1f95b84
github.com/daaku/go.signedrequest v0.0.0-20150303070345-4727901abbda
github.com/daaku/go.static v0.0.0-20160819071106-448c30a68717
github.com/daaku/go.trustforward v0.0.0-20150319220104-54ecc813bfdf
github.com/daaku/go.viewvar v0.0.0-20120507214831-4f967f8d6640
github.com/daaku/sortutil v0.0.0-20130919010756-68154d48a984
github.com/facebookgo/counting v0.0.0-20150612182857-1d2e5f475a1f
github.com/facebookgo/devrestarter v0.0.0-20181024184655-8e7cc2e8cf11
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c
github.com/facebookgo/fbapi v0.0.0-20150708232722-07c8964a36df
github.com/facebookgo/fbapp v0.0.0-20150612182901-051711cf4095
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
github.com/facebookgo/httpcontrol v0.0.0-20150708234001-ccde4420e1fe
github.com/facebookgo/httpdown v0.0.0-20180706035922-5979d39b15c2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/jsonpipe v0.0.0-20150612182908-8f89124372b6 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stackerr v0.0.0-20150612192056-c2fcf88613f4 // indirect
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)