mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
dump version
parent
6794376827
commit
04580179dc
|
@ -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.
|
||||
|
||||
```sh
|
||||
$ go get github.com/kataras/iris@v11.2.0
|
||||
$ go get github.com/kataras/iris@v11.2.1
|
||||
```
|
||||
|
||||
Or inside your `go.mod` file:
|
||||
|
@ -14,7 +14,7 @@ module your_project_name
|
|||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/kataras/iris v11.2.0
|
||||
github.com/kataras/iris v11.2.1
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user