File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "VERSION" : " 1.2.7 " ,
2+ "VERSION" : " 1.2.8 " ,
33 "JWT_EXPIRES_IN_MINUTES" : 15 ,
44 "REFRESH_JWT_EXPIRES_IN_MINUTES" : 300 ,
55 "REST_GW_UPDATES_SUBJ" : " $memphis_restgw_updates"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/go-playground/validator/v10 v10.11.1
77 github.com/gofiber/fiber/v2 v2.50.0
88 github.com/golang-jwt/jwt/v4 v4.5.0
9- github.com/memphisdev/memphis.go v1.3.2-beta. 1
9+ github.com/memphisdev/memphis.go v1.3.1
1010 github.com/nats-io/nats.go v1.31.0
1111 github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
1212)
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APP
5656github.com/mattn/go-isatty v0.0.19 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
5757github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U =
5858github.com/mattn/go-runewidth v0.0.15 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
59- github.com/memphisdev/memphis.go v1.3.2-beta. 1 h1:KsYWa3AcKHuvjc9AbSOAM19pIcjttmIYqrhJ+i8D1iA =
60- github.com/memphisdev/memphis.go v1.3.2-beta. 1 /go.mod h1:jZKJ82lyQHr01QissJUdDrnj0KT5wXjh2irhb+j0JH8 =
59+ github.com/memphisdev/memphis.go v1.3.1 h1:WbJ2iinvxtOZPZ6rLYFGIlHW27jU30nYqovBlS1md1Y =
60+ github.com/memphisdev/memphis.go v1.3.1 /go.mod h1:KurLqbBBZ5PMabJuOh3JX9VpSykRsog1QQKcwW5b9bU =
6161github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
6262github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
6363github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change 1- 1.2.7
1+ 1.2.8
You can’t perform that action at this time.
0 commit comments