diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-02-04 05:10:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-04 05:10:30 +0100 |
| commit | 5e83052afa672c876e858a4f7536f6e4642d7bbd (patch) | |
| tree | 18cd15d4f83b8dad1eb59a5c583cd68e35619711 | |
| parent | 2e3c5b7ee7dca0ad69b1b792c715300594fa60a1 (diff) | |
| download | vapordrop-5e83052afa672c876e858a4f7536f6e4642d7bbd.tar.gz vapordrop-5e83052afa672c876e858a4f7536f6e4642d7bbd.tar.xz vapordrop-5e83052afa672c876e858a4f7536f6e4642d7bbd.zip | |
Upgrade Go to 1.22 and update dependencies
Updated Go version and modified dependencies.
| -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 +) + |
