diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +module pluto2 + +go 1.24.0 + +toolchain go1.24.8 + +require ( + github.com/awnumar/memguard v0.23.0 + golang.org/x/crypto v0.42.0 + golang.org/x/net v0.45.0 +) + +require ( + github.com/awnumar/memcall v0.4.0 // indirect + golang.org/x/sys v0.36.0 // indirect +) |
