Skip to content

Commit 548eed4

Browse files
version update
1 parent 29e0759 commit 548eed4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

conf/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"VERSION": "1.2.4",
2+
"VERSION": "1.2.5",
33
"JWT_EXPIRES_IN_MINUTES": 15,
44
"REFRESH_JWT_EXPIRES_IN_MINUTES": 300,
55
"REST_GW_UPDATES_SUBJ": "$memphis_restgw_updates"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2.0
9+
github.com/memphisdev/memphis.go v1.2.1-beta.1
1010
github.com/nats-io/nats.go v1.25.0
1111
github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
1212
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APP
5757
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
5858
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
5959
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
60-
github.com/memphisdev/memphis.go v1.2.0 h1:kRqpUwLTLeh5YWpV2/uMUllTP6fmYxcr0FGgqy4n/Jo=
61-
github.com/memphisdev/memphis.go v1.2.0/go.mod h1:IkB6GmtCq2lvtu1t1UmaIstKHioiN3+cwGR3q8mALok=
60+
github.com/memphisdev/memphis.go v1.2.1-beta.1 h1:Si3/QRkZZj63jwlNTnriBrCiyVXYx5cd+YxiU4C8Uz4=
61+
github.com/memphisdev/memphis.go v1.2.1-beta.1/go.mod h1:IkB6GmtCq2lvtu1t1UmaIstKHioiN3+cwGR3q8mALok=
6262
github.com/minio/highwayhash v1.0.2 h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=
6363
github.com/minio/highwayhash v1.0.2/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY=
6464
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

0 commit comments

Comments
 (0)