Skip to content

Commit

Permalink
bump: orchid lib to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 1, 2024
1 parent f39e15b commit 8d5c254
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-alpha.1
2.0.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.8.0
github.com/vanilla-os/differ/diff v0.0.0-20231226220222-4f9298cef551
github.com/vanilla-os/orchid v0.4.0
github.com/vanilla-os/orchid v0.5.0
github.com/vanilla-os/prometheus v0.2.0
golang.org/x/sys v0.16.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=
github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/vanilla-os/differ/diff v0.0.0-20231226220222-4f9298cef551 h1:BKXrzgTCUfSFcFy6PNvePR/ETcAsrM19oP+Qo9Ztf/c=
github.com/vanilla-os/differ/diff v0.0.0-20231226220222-4f9298cef551/go.mod h1:HMg24arXCutcwngVaJ4DQuhwLmS8CA/CuVSjEyIxFpw=
github.com/vanilla-os/orchid v0.4.0 h1:Phx+WSdcvXAV48rCLbAVMr5ePaJyqG1263ybHxOUvYQ=
github.com/vanilla-os/orchid v0.4.0/go.mod h1:dNPvHxofO4hEXodEKXp0nLQDZhoHh8evCUXc6X1xLao=
github.com/vanilla-os/orchid v0.5.0 h1:QAOjJ2VcyND5TxK0XYUEu+dysxXicRHhV6i/07S47mk=
github.com/vanilla-os/orchid v0.5.0/go.mod h1:dNPvHxofO4hEXodEKXp0nLQDZhoHh8evCUXc6X1xLao=
github.com/vanilla-os/prometheus v0.2.0 h1:fPEW6FucgmLI2dWriKcuE341gV1+wGDKzAkejcCKDT8=
github.com/vanilla-os/prometheus v0.2.0/go.mod h1:Ilao6APSwX7sk1SJSrmi4TNtiJtaQgb0QWRbEqs3Cpw=
github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

var (
Version = "2.0.0-alpha.1"
Version = "2.0.1"
)

//go:embed locales/*.yml
Expand Down
8 changes: 1 addition & 7 deletions vendor/github.com/vanilla-os/orchid/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion vendor/github.com/vanilla-os/orchid/cmdr/app.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ github.com/ulikunitz/xz/lzma
# github.com/vanilla-os/differ/diff v0.0.0-20231226220222-4f9298cef551
## explicit; go 1.21.4
github.com/vanilla-os/differ/diff
# github.com/vanilla-os/orchid v0.4.0
# github.com/vanilla-os/orchid v0.5.0
## explicit; go 1.19
github.com/vanilla-os/orchid
github.com/vanilla-os/orchid/cmdr
Expand Down

0 comments on commit 8d5c254

Please sign in to comment.