diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:24:57 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:24:57 +0300 |
| commit | 3a1ac8161a199ea70e84c4a3b28a71044a8b7889 (patch) | |
| tree | 692843dbc2094a27bd62da075da17e0d4874bcd8 /go.mod | |
| parent | example .env file (diff) | |
| download | lphub-3a1ac8161a199ea70e84c4a3b28a71044a8b7889.tar.gz lphub-3a1ac8161a199ea70e84c4a3b28a71044a8b7889.tar.bz2 lphub-3a1ac8161a199ea70e84c4a3b28a71044a8b7889.zip | |
serve static files generated from vue
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -4,6 +4,7 @@ go 1.19 | |||
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | github.com/gin-contrib/sessions v0.0.5 | 6 | github.com/gin-contrib/sessions v0.0.5 |
| 7 | github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 | ||
| 7 | github.com/gin-gonic/gin v1.8.1 | 8 | github.com/gin-gonic/gin v1.8.1 |
| 8 | github.com/joho/godotenv v1.4.0 | 9 | github.com/joho/godotenv v1.4.0 |
| 9 | github.com/solovev/steam_go v0.0.0-20170222182106-48eb5aae6c50 | 10 | github.com/solovev/steam_go v0.0.0-20170222182106-48eb5aae6c50 |