fix password but no username, update modules

This commit is contained in:
Your Name
2023-04-21 11:34:20 -05:00
parent 0fd317fd56
commit c9a0ba672e
3 changed files with 14 additions and 8 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module git.teamworkapps.com/shortcut/httphere
go 1.17
require (
git.teamworkapps.com/shortcut/enhancedfileserver v0.0.0-20181107163431-49cae39a0eb7
git.teamworkapps.com/shortcut/enhancedfileserver v0.0.0-20230421162957-948ff8787756
github.com/gorilla/mux v1.8.0
)