forked from YiuTerran/leaf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1003 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 1003 Bytes
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
module github.com/YiuTerran/leaf
go 1.13
require (
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
github.com/disintegration/imaging v1.6.2
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jlaffaye/ftp v0.0.0-20200602180915-5563613968bf
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tebeka/strftime v0.1.3 // indirect
go.uber.org/atomic v1.9.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
go.uber.org/zap v1.19.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)