-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 772 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/farsightsec/nmsg-relay
go 1.18
require (
github.com/farsightsec/go-config v0.0.0-20230417163249-516d934c7368
github.com/farsightsec/go-nmsg v0.2.1-0.20230602194809-0d1f0f63e5e3
github.com/farsightsec/sielink v0.1.1
github.com/golang/protobuf v1.5.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/dnstap/golang-dnstap v0.4.0 // indirect
github.com/farsightsec/go-nmsg_sie v0.1.2-0.20230608154303-b9c61e682d7e // indirect
github.com/farsightsec/golang-framestream v0.3.0 // indirect
github.com/miekg/dns v1.1.31 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sys v0.8.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)