aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2021-01-08 22:25:55 -0500
committerMitch Riedstra <mitch@riedstra.us>2021-01-08 22:25:55 -0500
commit11c0e0ca37ce58d74f3cd5831265b9912f6bc8ea (patch)
tree358be5b2e8b3f6c0a0ffcfc8fce4fc9432bd14c5 /go.mod
parentf26c564dcadf71e7c4c8fe99555fb7d038216140 (diff)
downloadsteam-export-11c0e0ca37ce58d74f3cd5831265b9912f6bc8ea.tar.gz
steam-export-11c0e0ca37ce58d74f3cd5831265b9912f6bc8ea.tar.xz
Make the application a bit more user friendly
Make a split between being accessed over loopback and remotely. Attempt to show the IP of the server on the internal page to make it easy to hand out. Remove the ability to change any of the runtime configuration or quit the program unless you're local.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d1a87f9..7f90f86 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,4 @@ module riedstra.dev/mitch/steam-export
go 1.15
-require (
- github.com/gorilla/mux v1.8.0
- gopkg.in/yaml.v2 v2.3.0
-)
+require github.com/gorilla/mux v1.8.0