mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
remove the 'retract' directive, as it's only available on the latest go release
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module myapp
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201113181155-4d09475c290d
|
||||
github.com/kataras/iris/v12 master
|
||||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
||||
)
|
||||
|
||||
replace github.com/kataras/iris/v12 => ../../../../
|
||||
// replace github.com/kataras/iris/v12 => ../../../../
|
||||
|
||||
Reference in New Issue
Block a user