12345678910111213141516171819202122232425 |
- module git.scraperwall.com/scw/munchclient
- go 1.12
- require (
- git.scraperwall.com/scw/ajp13 v0.0.0-20171106085938-4990ad476f28
- git.scraperwall.com/scw/data/v2 v2.0.0-beta1
- git.scraperwall.com/scw/ip v0.0.0-20181127150108-80dbbe18947e
- github.com/BurntSushi/toml v0.3.1
- github.com/Songmu/axslogparser v1.1.0
- github.com/Songmu/go-ltsv v0.0.0-20181014062614-c30af2b7b171
- github.com/fsnotify/fsnotify v1.4.7
- github.com/goinggo/tracelog v0.0.0-20180821171753-c71e233f94bd
- github.com/google/gopacket v1.1.16
- github.com/hpcloud/tail v1.0.0
- github.com/kr/pretty v0.3.0
- github.com/mdlayher/raw v0.0.0-20190329140802-b0647ab7d8b3
- github.com/nats-io/gnatsd v1.4.1
- github.com/nats-io/go-nats v1.7.2
- github.com/nats-io/nkeys v0.3.0
- github.com/nats-io/nuid v1.0.1
- github.com/satyrius/gonx v1.3.0
- gopkg.in/fsnotify.v1 v1.4.7
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
- )
|