diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-10-30 11:02:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 11:02:19 +0100 |
| commit | 77781340bea69ce35a2ed5691f8c64e68a627912 (patch) | |
| tree | b038b2cfa8e3cd2a00a2dc5c7037d772b5cb2c7f | |
| parent | b30d0bc1c1d87786506811e0f5d50a7e271a0d6a (diff) | |
| download | fog-77781340bea69ce35a2ed5691f8c64e68a627912.tar.gz fog-77781340bea69ce35a2ed5691f8c64e68a627912.tar.xz fog-77781340bea69ce35a2ed5691f8c64e68a627912.zip | |
Rename module from 'fog' to 'fog1' and update dependencies
| -rw-r--r-- | go.mod | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,8 @@ -module fog +module fog1 go 1.24.0 -toolchain go1.24.9 - -require golang.org/x/net v0.46.0 +require ( + golang.org/x/crypto v0.43.0 + golang.org/x/net v0.46.0 +) |
