From 3f597e6f55386c1d23fedb4821554e56757c657c Mon Sep 17 00:00:00 2001 From: idanasulinStrech Date: Thu, 11 Jan 2024 14:50:46 +0200 Subject: [PATCH] version update --- conf/config.json | 2 +- go.mod | 2 +- go.sum | 4 ++-- version.conf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.json b/conf/config.json index 3b364ef..284443d 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,5 +1,5 @@ { - "VERSION": "1.2.7", + "VERSION": "1.2.8", "JWT_EXPIRES_IN_MINUTES": 15, "REFRESH_JWT_EXPIRES_IN_MINUTES": 300, "REST_GW_UPDATES_SUBJ": "$memphis_restgw_updates" diff --git a/go.mod b/go.mod index 9b88b87..7bed5c1 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-playground/validator/v10 v10.11.1 github.com/gofiber/fiber/v2 v2.50.0 github.com/golang-jwt/jwt/v4 v4.5.0 - github.com/memphisdev/memphis.go v1.3.2-beta.1 + github.com/memphisdev/memphis.go v1.3.1 github.com/nats-io/nats.go v1.31.0 github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f ) diff --git a/go.sum b/go.sum index 0d381ac..9322203 100644 --- a/go.sum +++ b/go.sum @@ -56,8 +56,8 @@ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APP github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U= github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/memphisdev/memphis.go v1.3.2-beta.1 h1:KsYWa3AcKHuvjc9AbSOAM19pIcjttmIYqrhJ+i8D1iA= -github.com/memphisdev/memphis.go v1.3.2-beta.1/go.mod h1:jZKJ82lyQHr01QissJUdDrnj0KT5wXjh2irhb+j0JH8= +github.com/memphisdev/memphis.go v1.3.1 h1:WbJ2iinvxtOZPZ6rLYFGIlHW27jU30nYqovBlS1md1Y= +github.com/memphisdev/memphis.go v1.3.1/go.mod h1:KurLqbBBZ5PMabJuOh3JX9VpSykRsog1QQKcwW5b9bU= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= diff --git a/version.conf b/version.conf index a77d7d9..5975b14 100644 --- a/version.conf +++ b/version.conf @@ -1 +1 @@ -1.2.7 \ No newline at end of file +1.2.8 \ No newline at end of file