mirror of
https://github.com/stevenhowes/PakExamples.git
synced 2026-05-26 15:53:41 +01:00
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
module github.com/stevenhowes/PakExamples
|
|
|
|
go 1.17
|
|
|
|
replace github.com/stevenhowes/PakGo => ./PakGo
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/stevenhowes/PakGo v0.0.0-00010101000000-000000000000
|
|
)
|