Skip to content

Commit 53ffd8a

Browse files
committed
Upgrade to compatible sdk version
1 parent 6546e7f commit 53ffd8a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist/
33
/hypeman
44
.env
55
hypeman/**
6+
bin/hypeman

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=
105105
github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8=
106106
github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=
107107
github.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=
110110
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
111111
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
112112
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=

0 commit comments

Comments
 (0)