gosimplenpm/go.mod

8 lines
112 B
Modula-2
Raw Normal View History

module gosimplenpm
go 1.20
require github.com/gorilla/mux v1.8.0
// replace gosimplenpm/handler => ./handler