From 11c0e0ca37ce58d74f3cd5831265b9912f6bc8ea Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 8 Jan 2021 22:25:55 -0500 Subject: 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. --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3