diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-12 00:25:15 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-12 00:25:15 +0300 |
| commit | df6f6cb5ff8957be8f01d58d60857da2c094a3d9 (patch) | |
| tree | 5ec5a8a95633d7fa6cce62654a9bc6fc6204f788 /rankings/go.mod | |
| parent | refactor: fix module ver (diff) | |
| download | lphub-df6f6cb5ff8957be8f01d58d60857da2c094a3d9.tar.gz lphub-df6f6cb5ff8957be8f01d58d60857da2c094a3d9.tar.bz2 lphub-df6f6cb5ff8957be8f01d58d60857da2c094a3d9.zip | |
refactor: unofficial rankings implementation
Diffstat (limited to 'rankings/go.mod')
| -rw-r--r-- | rankings/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rankings/go.mod b/rankings/go.mod new file mode 100644 index 0000000..2a395e0 --- /dev/null +++ b/rankings/go.mod | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | module rankings | ||
| 2 | |||
| 3 | go 1.23.0 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | github.com/joho/godotenv v1.5.1 | ||
| 7 | github.com/robfig/cron/v3 v3.0.1 | ||
| 8 | ) | ||