From 0fc3eda77004f41c5f0a804028da2d90b0373ea7 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 24 Aug 2021 22:25:40 -0400 Subject: Another development snapshot. Updated license. Added Swagger documentation--embedded! Note about 'swaggo' --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3