diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module riedstra.dev/mitch/steam-export go 1.15 -require gopkg.in/yaml.v2 v2.3.0 +require ( + github.com/gorilla/mux v1.8.0 + gopkg.in/yaml.v2 v2.3.0 +) |
