this repo has no description
at main 186 B view raw
1module example/web-server 2 3go 1.23.2 4 5require ( 6 github.com/google/uuid v1.6.0 // indirect 7 github.com/gorilla/mux v1.8.1 // indirect 8 github.com/mattn/go-sqlite3 v1.14.24 // indirect 9)