Skip to content

Commit

Permalink
update for Iris v12.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Jan 10, 2021
1 parent a537664 commit 2670b33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.vscode
.sum
go.sum
*.exe
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 2670b33

Please sign in to comment.