forked from v3io/v3io-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 829 Bytes
/
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
module github.com/v3io/v3io-go
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/nuclio/errors v0.0.1
github.com/nuclio/logger v0.0.0-20190303161055-fc1e4b16d127
github.com/nuclio/zap v0.0.2
github.com/pavius/zap v1.4.2-0.20180228181622-8d52692529b8 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/rs/xid v1.1.0
github.com/stretchr/testify v1.3.0
github.com/tinylib/msgp v1.1.1 // indirect
github.com/valyala/fasthttp v1.2.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
zombiezen.com/go/capnproto2 v2.17.0+incompatible
)