diff options
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 |