forked from g0ldencybersec/gungnir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 800 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 800 Bytes
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
module github.com/g0ldencybersec/gungnir
go 1.21
require (
github.com/anthdm/hollywood v1.0.5
github.com/fsnotify/fsnotify v1.6.0
github.com/google/certificate-transparency-go v1.1.8
github.com/google/uuid v1.6.0
github.com/nats-io/nats.go v1.38.0
)
require (
github.com/DataDog/gostackparse v0.7.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/nats-io/nkeys v0.4.9 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.28.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
)