forked from Comcast/pulsar-client-go
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
20 lines (19 loc) · 853 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/wolfstudy/pulsar-client-go
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/golang/protobuf v1.3.0
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/gopacket v1.1.16
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mdlayher/raw v0.0.0-20190220170618-480b93709cce // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect
golang.org/x/net v0.0.0-20190227022144-312bce6e941f // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190226215855-775f8194d0f9 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2 // indirect
)