-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 746 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 746 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/SenseUnit/rgap
go 1.21.4
toolchain go1.24.1
require (
github.com/hashicorp/go-multierror v1.1.1
github.com/jellydator/ttlcache/v3 v3.2.1-0.20240611075242-62c37338e6b2
github.com/miekg/dns v1.1.58
github.com/natefinch/atomic v1.0.1
github.com/spf13/cobra v1.8.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
gopkg.in/yaml.v3 v3.0.1
pgregory.net/rand v1.0.2
)
require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/tools v0.17.0 // indirect
)