diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-29 00:51:36 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-29 00:51:36 +0300 |
| commit | c320020f2b67f36b22114c8959d0ebf07fd1d4d6 (patch) | |
| tree | e8a4368b935b38509bb15de92bd3d81b2df6ebfa /go.mod | |
| parent | Create LICENSE (diff) | |
| download | lphub-c320020f2b67f36b22114c8959d0ebf07fd1d4d6.tar.gz lphub-c320020f2b67f36b22114c8959d0ebf07fd1d4d6.tar.bz2 lphub-c320020f2b67f36b22114c8959d0ebf07fd1d4d6.zip | |
tidy go modules
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -3,7 +3,6 @@ module github.com/pektezol/leastportals | |||
| 3 | go 1.19 | 3 | go 1.19 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | github.com/gin-contrib/sessions v0.0.5 | ||
| 7 | github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 | 6 | github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 |
| 8 | github.com/gin-gonic/gin v1.8.1 | 7 | github.com/gin-gonic/gin v1.8.1 |
| 9 | github.com/joho/godotenv v1.4.0 | 8 | github.com/joho/godotenv v1.4.0 |
| @@ -18,9 +17,6 @@ require ( | |||
| 18 | github.com/go-playground/universal-translator v0.18.0 // indirect | 17 | github.com/go-playground/universal-translator v0.18.0 // indirect |
| 19 | github.com/go-playground/validator/v10 v10.10.0 // indirect | 18 | github.com/go-playground/validator/v10 v10.10.0 // indirect |
| 20 | github.com/goccy/go-json v0.9.7 // indirect | 19 | github.com/goccy/go-json v0.9.7 // indirect |
| 21 | github.com/gorilla/context v1.1.1 // indirect | ||
| 22 | github.com/gorilla/securecookie v1.1.1 // indirect | ||
| 23 | github.com/gorilla/sessions v1.2.1 // indirect | ||
| 24 | github.com/json-iterator/go v1.1.12 // indirect | 20 | github.com/json-iterator/go v1.1.12 // indirect |
| 25 | github.com/leodido/go-urn v1.2.1 // indirect | 21 | github.com/leodido/go-urn v1.2.1 // indirect |
| 26 | github.com/lib/pq v1.10.7 | 22 | github.com/lib/pq v1.10.7 |