Skip to content

Commit ad3f3e1

Browse files
committed
Update sdk version
1 parent fdc1774 commit ad3f3e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ require (
77
github.com/charmbracelet/bubbletea v1.3.6
88
github.com/charmbracelet/lipgloss v1.1.0
99
github.com/charmbracelet/x/term v0.2.1
10+
github.com/gorilla/websocket v1.5.3
1011
github.com/itchyny/json2yaml v0.1.4
1112
github.com/muesli/reflow v0.3.0
12-
github.com/onkernel/hypeman-go v0.3.0
13+
github.com/onkernel/hypeman-go v0.4.0
1314
github.com/tidwall/gjson v1.18.0
1415
github.com/tidwall/pretty v1.2.1
1516
github.com/tidwall/sjson v1.2.5
@@ -25,7 +26,6 @@ require (
2526
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
2627
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2728
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
28-
github.com/gorilla/websocket v1.5.3 // indirect
2929
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3030
github.com/mattn/go-isatty v0.0.20 // indirect
3131
github.com/mattn/go-localereader v0.0.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=
4545
github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8=
4646
github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=
4747
github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk=
48-
github.com/onkernel/hypeman-go v0.3.0 h1:/wABYiIBEAOhx4rogpLa/Aibc0HTKcwPcPIZC6hms6Y=
49-
github.com/onkernel/hypeman-go v0.3.0/go.mod h1:pxRRFfVcLvafZpDD1O6IjwHnem3hKEuZTCClrnGiIKA=
48+
github.com/onkernel/hypeman-go v0.4.0 h1:3zDpB/WOPhkdJ/Lug3DmBDUcGR5zHwpOTzLEbsO4AnE=
49+
github.com/onkernel/hypeman-go v0.4.0/go.mod h1:pxRRFfVcLvafZpDD1O6IjwHnem3hKEuZTCClrnGiIKA=
5050
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
5151
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
5252
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

0 commit comments

Comments
 (0)