File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33/hypeman
44.env
55hypeman /**
6+ bin /hypeman
Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ require (
1212 github.com/gorilla/websocket v1.5.3
1313 github.com/itchyny/json2yaml v0.1.4
1414 github.com/muesli/reflow v0.3.0
15- github.com/onkernel/hypeman-go v0.5 .0
15+ github.com/onkernel/hypeman-go v0.6 .0
1616 github.com/tidwall/gjson v1.18.0
1717 github.com/tidwall/pretty v1.2.1
18- github.com/tidwall/sjson v1.2.5
1918 github.com/urfave/cli-docs/v3 v3.0.0-alpha6
2019 github.com/urfave/cli/v3 v3.3.2
2120 golang.org/x/term v0.37.0
@@ -60,6 +59,7 @@ require (
6059 github.com/russross/blackfriday/v2 v2.1.0 // indirect
6160 github.com/sirupsen/logrus v1.9.3 // indirect
6261 github.com/tidwall/match v1.1.1 // indirect
62+ github.com/tidwall/sjson v1.2.5 // indirect
6363 github.com/vbatts/tar-split v0.12.2 // indirect
6464 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
6565 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=
105105github.com/muesli/reflow v0.3.0 /go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8 =
106106github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc =
107107github.com/muesli/termenv v0.16.0 /go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk =
108- github.com/onkernel/hypeman-go v0.5 .0 h1:ILe+n18aN5MXx0ARxDJ/ZYqcX2MdfJqWrE4sn14gJ5I =
109- github.com/onkernel/hypeman-go v0.5 .0 /go.mod h1:BPT1yh0gbby1E+As/xLM3GVjw7752+2C5SaEiJV9rRc =
108+ github.com/onkernel/hypeman-go v0.6 .0 h1:vTi3/SateUYIPj1fF52643fyWenogZT8Vt/vz7QMcp8 =
109+ github.com/onkernel/hypeman-go v0.6 .0 /go.mod h1:BPT1yh0gbby1E+As/xLM3GVjw7752+2C5SaEiJV9rRc =
110110github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
111111github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
112112github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
You can’t perform that action at this time.
0 commit comments