forked from uncatchable-de/scalable-flow-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (17 loc) · 793 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module test.com/scale
go 1.18
require (
github.com/Fabse333/goml v0.0.0-20190809191221-70531a547d49 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/uncatchable-de/goml v0.0.0-20190809191221-70531a547d49 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
google.golang.org/protobuf v1.26.0 // indirect
)
replace github.com/google/gopacket => ./pkg/mod/github.com/google/[email protected]/
//replace test.com/scale/src => private.git