diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,10 +1,16 @@ module vapordrop -go 1.21 +go 1.22 require ( github.com/awnumar/memguard v0.22.5 github.com/cretz/bine v0.2.0 - github.com/zeebo/blake3 v0.2.3 - golang.org/x/crypto v0.24.0 + golang.org/x/crypto v0.22.0 ) + +require ( + github.com/awnumar/memcall v0.4.0 // indirect + golang.org/x/net v0.24.0 // indirect + golang.org/x/sys v0.19.0 // indirect +) + |
