2020-02-29 13:18:15 +01:00
|
|
|
module myapp
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
replace github.com/kataras/iris/v12 => C:/mygopath/src/github.com/kataras/iris
|
|
|
|
|
2020-03-01 01:17:19 +01:00
|
|
|
require (
|
|
|
|
github.com/kataras/iris/v12 v12.1.8
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
|
)
|