You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
562 B
21 lines
562 B
module stick |
|
|
|
go 1.22.2 |
|
|
|
require ( |
|
github.com/gorilla/sessions v1.1.1 |
|
github.com/gorilla/websocket v1.5.3 |
|
github.com/joho/godotenv v1.5.1 |
|
github.com/markbates/goth v1.81.0 |
|
) |
|
|
|
require ( |
|
github.com/go-chi/chi/v5 v5.1.0 // indirect |
|
github.com/golang/protobuf v1.5.3 // indirect |
|
github.com/gorilla/context v1.1.1 // indirect |
|
github.com/gorilla/mux v1.6.2 // indirect |
|
github.com/gorilla/securecookie v1.1.1 // indirect |
|
golang.org/x/oauth2 v0.17.0 // indirect |
|
google.golang.org/appengine v1.6.8 // indirect |
|
google.golang.org/protobuf v1.32.0 // indirect |
|
)
|
|
|