-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathgo.mod
21 lines (18 loc) · 593 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 github.com/KaanSK/shomon
go 1.18
require (
github.com/jarcoal/httpmock v1.2.0
github.com/knadh/koanf v1.4.2
github.com/shadowscatcher/shodan v1.0.6
go.uber.org/zap v1.21.0
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)