mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
version
Signed-off-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
parent
871fb86a6e
commit
9b9d3e24db
|
@ -3,7 +3,7 @@ Iris is a cross-platform software.
|
||||||
The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.12 and above.
|
The only requirement is the [Go Programming Language](https://golang.org/dl/), version 1.12 and above.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get github.com/kataras/iris@v11.2.3
|
$ go get github.com/kataras/iris@v11.2.4
|
||||||
```
|
```
|
||||||
|
|
||||||
Or inside your `go.mod` file:
|
Or inside your `go.mod` file:
|
||||||
|
@ -14,7 +14,7 @@ module your_project_name
|
||||||
go 1.12
|
go 1.12
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/kataras/iris v11.2.3
|
github.com/kataras/iris v11.2.4
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user