Restored lost files and now serving from Go
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
dd67fc967a
commit
f439090fa2
22 changed files with 646 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
module git.ludoviko.ch/lucxjo/friends-best
|
||||
|
||||
go 1.21.6
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue