diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,4 +2,8 @@ module riedstra.dev/mitch/steam-export go 1.16 -require github.com/gorilla/mux v1.8.0 +require ( + github.com/gorilla/mux v1.8.0 + github.com/swaggo/http-swagger v1.1.1 + github.com/swaggo/swag v1.7.0 +) |
