...

Text file src/scheduler/go.mod

Documentation: scheduler

     1module scheduler
     2
     3go 1.17
     4
     5require (
     6	github.com/cheekybits/genny v1.0.0
     7	github.com/gorilla/mux v1.6.2
     8	github.com/gorilla/websocket v1.5.0
     9	github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
    10)
    11
    12require github.com/gorilla/context v1.1.1 // indirect

View as plain text