mirror of
https://github.com/Kong/go-pluginserver.git
synced 2025-09-27 04:26:20 +08:00
release: v0.4.0
- Bump go-pdk to v0.5.0
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,7 +1,21 @@
|
||||
# Table of Contents
|
||||
|
||||
- [v0.4.0](#v040)
|
||||
- [v0.3.3](#v033)
|
||||
- [v0.3.2](#v032)
|
||||
|
||||
## [v0.4.0]
|
||||
|
||||
> Released 2020/05/27
|
||||
|
||||
- Bump go-pdk to v0.5.0
|
||||
|
||||
## [v0.3.3]
|
||||
|
||||
> Released 2020/05/25
|
||||
|
||||
- Bump go-pdk to v0.4.0
|
||||
|
||||
## [v0.3.2]
|
||||
|
||||
> Released 2020/05/11
|
||||
@@ -14,4 +28,6 @@
|
||||
|
||||
[Back to TOC](#table-of-contents)
|
||||
|
||||
[v0.4.0]: https://github.com/Kong/go-pluginserver/compare/v0.3.3..v0.4.0
|
||||
[v0.3.3]: https://github.com/Kong/go-pluginserver/compare/v0.3.2..v0.3.3
|
||||
[v0.3.2]: https://github.com/Kong/go-pluginserver/compare/v0.3.1..v0.3.2
|
||||
|
2
go.mod
2
go.mod
@@ -3,6 +3,6 @@ module github.com/Kong/go-pluginserver
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/Kong/go-pdk v0.4.0
|
||||
github.com/Kong/go-pdk v0.5.0
|
||||
github.com/ugorji/go/codec v1.1.7
|
||||
)
|
||||
|
4
go.sum
4
go.sum
@@ -1,5 +1,5 @@
|
||||
github.com/Kong/go-pdk v0.4.0 h1:Dm3QQYpmv1xVS2+ADoWpqyeo06rGYsWCfGS+/O2P+BM=
|
||||
github.com/Kong/go-pdk v0.4.0/go.mod h1:SgpwOhzZ7/44ETAm756laAIHGEAp0l2Vf9P0aRzeQDQ=
|
||||
github.com/Kong/go-pdk v0.5.0 h1:nH9wIQKmNht9gvZXIqWU4vxiaJ59hES40npkmK5rHLQ=
|
||||
github.com/Kong/go-pdk v0.5.0/go.mod h1:SgpwOhzZ7/44ETAm756laAIHGEAp0l2Vf9P0aRzeQDQ=
|
||||
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
|
Reference in New Issue
Block a user