go.mod 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 module classroom/endpoints go 1.14 require ( classroom/functions v0.0.0 github.com/julienschmidt/httprouter v1.3.0 ) replace classroom/functions v0.0.0 => ../functions