aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 13f38ee..c8fb988 100644
--- a/go.mod
+++ b/go.mod
@@ -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
+)