diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-10 22:14:06 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-10 22:14:06 +0300 |
| commit | 0e461872669d1b89cbf5057ce2e946df4e6d355c (patch) | |
| tree | dad220aaec6d80b51336d94b82242bc90847a630 /backend | |
| parent | refactor: move backend entry, rename module (diff) | |
| download | lphub-0e461872669d1b89cbf5057ce2e946df4e6d355c.tar.gz lphub-0e461872669d1b89cbf5057ce2e946df4e6d355c.tar.bz2 lphub-0e461872669d1b89cbf5057ce2e946df4e6d355c.zip | |
refactor: fix module ver
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/go.mod b/backend/go.mod index 2dbad6b..f6eef48 100644 --- a/backend/go.mod +++ b/backend/go.mod | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | module lphub | 1 | module lphub |
| 2 | 2 | ||
| 3 | go 1.23 | 3 | go 1.23.0 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | github.com/gin-gonic/gin v1.10.0 | 6 | github.com/gin-gonic/gin v1.10.0 |