forked from vicanso/diving
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (21 loc) · 729 Bytes
/
go.mod
File metadata and controls
22 lines (21 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/vicanso/diving
require (
github.com/dustin/go-humanize v1.0.0
github.com/gobuffalo/packr/v2 v2.0.1
github.com/hashicorp/golang-lru v0.5.1
github.com/vicanso/cod v0.0.4
github.com/vicanso/cod-compress v0.0.2
github.com/vicanso/cod-error-handler v0.0.1
github.com/vicanso/cod-etag v0.0.1
github.com/vicanso/cod-fresh v0.0.1
github.com/vicanso/cod-recover v0.0.1
github.com/vicanso/cod-responder v0.0.2
github.com/vicanso/cod-static-serve v0.0.1
github.com/vicanso/cod-stats v0.0.1
github.com/vicanso/hes v0.1.3
github.com/wagoodman/dive v0.7.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
google.golang.org/appengine v1.2.0 // indirect
)