forked from gravwell/gravwell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
74 lines (69 loc) · 3.18 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
module github.com/gravwell/gravwell/v3
go 1.16
require (
cloud.google.com/go/pubsub v1.3.1
collectd.org v0.3.1-0.20181025072142-f80706d1e115
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
github.com/Azure/azure-event-hubs-go/v3 v3.3.18
github.com/Pallinder/go-randomdata v1.2.0
github.com/Shopify/sarama v1.24.1
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56
github.com/aws/aws-sdk-go v1.34.0
github.com/bmatcuk/doublestar/v4 v4.4.0
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e
github.com/bxcodec/faker/v3 v3.3.1
github.com/crewjam/rfc5424 v0.1.0
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/gdamore/tcell/v2 v2.5.1
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gobwas/glob v0.2.3
github.com/goccy/go-json v0.8.1
github.com/gofrs/flock v0.8.0
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/golang/snappy v0.0.1
github.com/google/go-write v0.0.0-20181107114627-56629a6b2542
github.com/google/gopacket v1.1.17
github.com/google/renameio v0.1.0
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/gosnmp/gosnmp v1.35.0
github.com/gravwell/buffer v0.0.0-20220728204757-23339f4bab66
github.com/gravwell/gcfg v1.2.9-0.20221122204101-04b4a74a3018
github.com/gravwell/ipfix v1.4.3
github.com/gravwell/o365 v0.0.0-20221102220049-82dbf0fa81b4
github.com/h2non/filetype v1.0.10
github.com/inhies/go-bytesize v0.0.0-20201103132853-d0aed0d254f8
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/k-sone/ipmigo v0.0.0-20190922011749-b22c7a70e949
github.com/klauspost/compress v1.15.9
github.com/kr/pretty v0.2.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/miekg/dns v1.1.43
github.com/minio/highwayhash v1.0.0
github.com/open-networks/go-msgraph v0.3.1
github.com/open2b/scriggo v0.52.2
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
github.com/shirou/gopsutil v2.20.9+incompatible
github.com/stretchr/testify v1.7.1
github.com/tealeg/xlsx v1.0.5
github.com/turnage/graw v0.0.0-20191104042329-405cc3092119
github.com/turnage/redditproto v0.0.0-20151223012412-afedf1b6eddb // indirect
github.com/xdg-go/scram v1.1.1
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
golang.org/x/text v0.3.8
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
google.golang.org/protobuf v1.22.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
)
// Leave this until https://github.com/buger/jsonparser/pull/180 is merged
replace github.com/buger/jsonparser => github.com/floren/jsonparser v0.0.0-20210727191945-e5063027fceb
replace github.com/fsnotify/fsnotify => github.com/traetox/fsnotify v1.5.2-0.20220310052716-a0d82fe7e596
// replace github.com/gravwell/gravwell/v3 => /home/kris/githubwork/gravwell