This repository was archived by the owner on Jul 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (49 loc) · 2.51 KB
/
go.mod
File metadata and controls
54 lines (49 loc) · 2.51 KB
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
module github.com/gravwell/migrate
go 1.17
require (
github.com/gdamore/tcell/v2 v2.5.1
github.com/google/uuid v1.3.0
github.com/gravwell/gravwell/v3 v3.8.7-0.20220608144911-a94b51798369
github.com/rivo/tview v0.0.0-20220610163003-691f46d6f500
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56 // indirect
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e // indirect
github.com/cloudflare/buffer v0.0.0-20190408164202-7cab898e1166 // indirect
github.com/crewjam/rfc5424 v0.1.0 // indirect
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gofrs/flock v0.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-write v0.0.0-20181107114627-56629a6b2542 // indirect
github.com/google/gopacket v1.1.17 // indirect
github.com/google/renameio v0.1.0 // indirect
github.com/gravwell/gcfg v1.2.9-0.20220128204816-1742bc68c091 // indirect
github.com/gravwell/ipfix v1.4.3 // indirect
github.com/h2non/filetype v1.0.10 // indirect
github.com/inhies/go-bytesize v0.0.0-20201103132853-d0aed0d254f8 // indirect
github.com/k-sone/ipmigo v0.0.0-20190922011749-b22c7a70e949 // indirect
github.com/klauspost/compress v1.11.12 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/miekg/dns v1.1.43 // indirect
github.com/minio/highwayhash v1.0.0 // indirect
github.com/open-networks/go-msgraph v0.0.0-20200217121338-a7bf31e9c1f2 // indirect
github.com/open2b/scriggo v0.52.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shirou/gopsutil v2.20.9+incompatible // indirect
github.com/tealeg/xlsx v1.0.5 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
replace github.com/fsnotify/fsnotify => github.com/traetox/fsnotify v1.5.2-0.20220310052716-a0d82fe7e596
replace github.com/cloudflare/buffer => github.com/traetox/buffer v0.0.0-20210409000708-97e100fbf3c5