mirror of
https://github.com/kataras/iris.git
synced 2025-02-03 07:50:34 +01:00
ce2eae9121
Former-commit-id: 040168afb7caf808618f7da5e68ae8eb01cb7170
11 lines
214 B
Modula-2
11 lines
214 B
Modula-2
module myapp
|
|
|
|
go 1.14
|
|
|
|
replace github.com/kataras/iris/v12 => C:/mygopath/src/github.com/kataras/iris
|
|
|
|
require (
|
|
github.com/kataras/iris/v12 v12.1.8
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|