Skip to content

Commit

Permalink
Merge pull request #435 from ripienaar/0_0_32
Browse files Browse the repository at this point in the history
Release 0.0.32
  • Loading branch information
ripienaar committed Apr 18, 2022
2 parents ff89aa6 + ea5cf31 commit 4e7038f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/object_command.go
Expand Up @@ -319,7 +319,7 @@ func (c *objCommand) showBucketInfo(store nats.ObjectStore) error {
}
fmt.Printf(" Replicas: %d\n", status.Replicas())
if status.TTL() == 0 {
fmt.Printf(" TTL: unlimitd\n")
fmt.Printf(" TTL: unlimited\n")
} else {
fmt.Printf(" TTL: %s\n", humanizeDuration(status.TTL()))
}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -15,8 +15,8 @@ require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/klauspost/compress v1.15.1
github.com/nats-io/jsm.go v0.0.31
github.com/nats-io/nats-server/v2 v2.7.5-0.20220415000625-a6b62f61a703
github.com/nats-io/nats.go v1.14.1-0.20220412004736-c75dfd54b52c
github.com/nats-io/nats-server/v2 v2.7.5-0.20220418055348-79b4374d01d8
github.com/nats-io/nats.go v1.14.1-0.20220416014530-9c077d0ebaf3
github.com/nats-io/nuid v1.0.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.33.0
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Expand Up @@ -208,11 +208,13 @@ github.com/nats-io/jsm.go v0.0.31 h1:ARmf+Kic6G8E5imOkfIhwEuBlEbxlW9nb2PRWx0XDUU
github.com/nats-io/jsm.go v0.0.31/go.mod h1:LVb1bL1houzsI3nySNW/Omhg+d2kKnMHrgpNGcRMp8M=
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a h1:lem6QCvxR0Y28gth9P+wV2K/zYUUAkJ+55U8cpS0p5I=
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a/go.mod h1:0tqz9Hlu6bCBFLWAASKhE5vUA4c24L9KPUUgvwumE/k=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220415000625-a6b62f61a703 h1:d8siT+8VQ68hfqPqYZvpMrHIihlMVW3gGy+o2hRDCyg=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220415000625-a6b62f61a703/go.mod h1:5vic7C58BFEVltiZhs7Kq81q2WcEPhJPsmNv1FOrdv0=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220418055348-79b4374d01d8 h1:wypUAORufe9KQuhKNeToLuMipQM7wn/a90ZDqqrOt18=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220418055348-79b4374d01d8/go.mod h1:5vic7C58BFEVltiZhs7Kq81q2WcEPhJPsmNv1FOrdv0=
github.com/nats-io/nats.go v1.14.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
github.com/nats-io/nats.go v1.14.1-0.20220412004736-c75dfd54b52c h1:6jrqGDg/avM6mFiY4SvqG+4cf8z5mM6NJcpFLBz21ds=
github.com/nats-io/nats.go v1.14.1-0.20220412004736-c75dfd54b52c/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
github.com/nats-io/nats.go v1.14.1-0.20220416014530-9c077d0ebaf3 h1:8gHEyXHbSEXD7+Z+YA71j+U+/RosHsiMU4bkIA64HJ4=
github.com/nats-io/nats.go v1.14.1-0.20220416014530-9c077d0ebaf3/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
github.com/nats-io/nkeys v0.3.0 h1:cgM5tL53EvYRU+2YLXIK0G2mJtK12Ft9oeooSZMA2G8=
github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4=
github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=
Expand Down

0 comments on commit 4e7038f

Please sign in to comment.