From 2670b336b278d8d0b3085f91feaff5fcaaaa5487 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 10 Jan 2021 12:12:08 +0200 Subject: [PATCH] update for Iris v12.0.0-alpha2 --- .gitignore | 2 +- LICENSE | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bfe8802..c2adf3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .vscode -.sum +go.sum *.exe diff --git a/LICENSE b/LICENSE index b2d581a..45f14d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2017 Swaggo -Copyright (c) 2019-2020 Gerasimos Maropoulos +Copyright (c) 2019-2021 Gerasimos Maropoulos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/go.mod b/go.mod index e588497..974ecb1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/iris-contrib/swagger go 1.15 require ( - github.com/kataras/iris/v12 v12.2.0-alpha.0.20201224214949-e2b481dea1ef + github.com/kataras/iris/v12 v12.2.0-alpha2 github.com/swaggo/swag v1.7.0 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b )