Skip to content

Commit

Permalink
Bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Apr 6, 2024
1 parent 52e9a40 commit c16c128
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/infogulch/xtemplate/app
go 1.22.1

require (
github.com/infogulch/xtemplate v0.6.0
github.com/infogulch/xtemplate v0.6.1
github.com/infogulch/xtemplate/providers/nats v0.0.0-20240405225825-ca4842e58f05
)

Expand Down
4 changes: 2 additions & 2 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
github.com/infogulch/watch v0.2.0 h1:slnC/9HWtpI2pWAbJvX4VwGrCDw03SKJU0DBu0xQjbQ=
github.com/infogulch/watch v0.2.0/go.mod h1:FAtXJmlWcqqbiqA/M97ZS0ZM7XKgzypk3nVJZxSO6fI=
github.com/infogulch/xtemplate v0.6.0 h1:I0IVWKfNoPDERRuthrbiQyHnnB59CA8RkRw6nXQwgGQ=
github.com/infogulch/xtemplate v0.6.0/go.mod h1:tD3PKW/J3SZyC4m5tObaiDDd8bBn/+pI/FmAnmIfzfI=
github.com/infogulch/xtemplate v0.6.1 h1:PK3snh1J4JgjBXQrqh9qAWMto2jYu66NA6c8JcmHaA8=
github.com/infogulch/xtemplate v0.6.1/go.mod h1:tD3PKW/J3SZyC4m5tObaiDDd8bBn/+pI/FmAnmIfzfI=
github.com/infogulch/xtemplate/providers/nats v0.0.0-20240405225825-ca4842e58f05 h1:GGK9auLp2BukGs86YRAbJNCF7iC5rIM6VcvQAbx5EsQ=
github.com/infogulch/xtemplate/providers/nats v0.0.0-20240405225825-ca4842e58f05/go.mod h1:aGvDnfukrWU8r3roZbbpWR007wdRy09IBo+jEHCXwdE=
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg=
Expand Down
2 changes: 1 addition & 1 deletion providers/nats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/infogulch/xtemplate/providers/nats
go 1.22.1

require (
github.com/infogulch/xtemplate v0.6.0
github.com/infogulch/xtemplate v0.6.1
github.com/nats-io/nats-server/v2 v2.10.12
github.com/nats-io/nats.go v1.34.1
)
Expand Down
4 changes: 2 additions & 2 deletions providers/nats/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ github.com/huandu/xstrings v1.4.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
github.com/infogulch/xtemplate v0.6.0 h1:I0IVWKfNoPDERRuthrbiQyHnnB59CA8RkRw6nXQwgGQ=
github.com/infogulch/xtemplate v0.6.0/go.mod h1:tD3PKW/J3SZyC4m5tObaiDDd8bBn/+pI/FmAnmIfzfI=
github.com/infogulch/xtemplate v0.6.1 h1:PK3snh1J4JgjBXQrqh9qAWMto2jYu66NA6c8JcmHaA8=
github.com/infogulch/xtemplate v0.6.1/go.mod h1:tD3PKW/J3SZyC4m5tObaiDDd8bBn/+pI/FmAnmIfzfI=
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg=
github.com/klauspost/compress v1.17.7/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down

0 comments on commit c16c128

Please sign in to comment.