diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-12-01 03:24:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 03:24:46 +0100 |
| commit | c3511b37a04f98e30c371532b14c83836b3243c3 (patch) | |
| tree | 65dec2cd290173449e73589c315123d2353fc15c | |
| parent | 40c801123e64837c1cf046bbcaa8d8ae4530f2a4 (diff) | |
| download | fog-c3511b37a04f98e30c371532b14c83836b3243c3.tar.gz fog-c3511b37a04f98e30c371532b14c83836b3243c3.tar.xz fog-c3511b37a04f98e30c371532b14c83836b3243c3.zip | |
Update module name and dependencies in go.mod
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ -module fog1 +module fog go 1.24.0 +toolchain go1.24.10 + require ( - golang.org/x/crypto v0.43.0 - golang.org/x/net v0.46.0 + golang.org/x/crypto v0.45.0 + golang.org/x/net v0.47.0 ) |
