Skip to content

Commit

Permalink
Fix value processor. Cover with tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexbritvin committed Jan 21, 2025
1 parent abc8628 commit a2b48a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.4

require (
filippo.io/age v1.2.1
github.com/launchrctl/launchr v0.17.2-0.20250120211025-572529618037
github.com/launchrctl/launchr v0.17.2
github.com/stretchr/testify v1.10.0
golang.org/x/term v0.28.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/launchrctl/launchr v0.17.2-0.20250120211025-572529618037 h1:1wlRmTz4DeT5UKRXvH/aFk9gpxTVTphflVPb5tMTQbs=
github.com/launchrctl/launchr v0.17.2-0.20250120211025-572529618037/go.mod h1:aI/DfDXJLk7xya2jowNAAykWeRoe1Tp6qI2NGGJwmj8=
github.com/launchrctl/launchr v0.17.2 h1:3wFUxdIvoWERREy+xgi2N69VXyy2Vkq2Lh75nw0fhBw=
github.com/launchrctl/launchr v0.17.2/go.mod h1:aI/DfDXJLk7xya2jowNAAykWeRoe1Tp6qI2NGGJwmj8=
github.com/lithammer/fuzzysearch v1.1.8 h1:/HIuJnjHuXS8bKaiTMeeDlW2/AyIWk2brx1V8LFgLN4=
github.com/lithammer/fuzzysearch v1.1.8/go.mod h1:IdqeyBClc3FFqSzYq/MXESsS4S0FsZ5ajtkr5xPLts4=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down

0 comments on commit a2b48a6

Please sign in to comment.