Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
25 lines (22 loc) · 806 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 806 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
modulegithub.com/OffbyteSecure/dump_util
go1.25.1
require (
github.com/go-sql-driver/mysqlv1.9.3
github.com/spf13/cobrav1.10.1
go.mongodb.org/mongo-driverv1.17.4
)
require (
filippo.io/edwards25519v1.1.0// indirect
github.com/golang/snappyv0.0.4// indirect
github.com/inconshreveable/mousetrapv1.1.0// indirect
github.com/klauspost/compressv1.16.7// indirect
github.com/montanaflynn/statsv0.7.1// indirect
github.com/spf13/pflagv1.0.9// indirect
github.com/xdg-go/pbkdf2v1.0.0// indirect
github.com/xdg-go/scramv1.1.2// indirect
github.com/xdg-go/stringprepv1.0.4// indirect
github.com/youmark/pkcs8v0.0.0-20240726163527-a2c0da244d78// indirect
golang.org/x/cryptov0.26.0// indirect
golang.org/x/syncv0.8.0// indirect
golang.org/x/textv0.17.0// indirect
)