-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 949 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module IAMsec/GeoSnitch
go 1.23.2
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/apache/thrift v0.20.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-resty/resty/v2 v2.15.3 // indirect
github.com/martinlindhe/google-geolocate v0.0.0-20211021100736-8c4877eb6655 // indirect
github.com/osquery/osquery-go v0.0.0-20240910233439-561a72587be6 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/schollz/logger v1.2.0 // indirect
github.com/schollz/wifiscan v1.1.1 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)