Approval-based snapshot testing library for Go (mirror)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: bump shutter version in tui go.mod

+3 -3
+1 -1
cmd/shutter/go.mod
··· 6 6 github.com/charmbracelet/bubbles v0.21.0 7 7 github.com/charmbracelet/bubbletea v1.3.10 8 8 github.com/charmbracelet/lipgloss v1.1.0 9 - github.com/ptdewey/shutter v0.1.3 9 + github.com/ptdewey/shutter v0.1.4 10 10 ) 11 11 12 12 require (
+2 -2
cmd/shutter/go.sum
··· 32 32 github.com/muesli/cancelreader v0.2.2/go.mod h1:3XuTXfFS2VjM+HTLZY9Ak0l6eUKfijIfMUZ4EgX0QYo= 33 33 github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc= 34 34 github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk= 35 - github.com/ptdewey/shutter v0.1.3 h1:S/KIt+PotLtMrj7UQUlFzjS32UbwfyZGB9vay+pUDIU= 36 - github.com/ptdewey/shutter v0.1.3/go.mod h1:teeIXF4LdgsE9E4kjHk9nGzDxl2cjdbVb1qbdzAHSR4= 35 + github.com/ptdewey/shutter v0.1.4 h1:tMTNMTxCpA1F0REyi+taztoHVe9EpB5sSKhaIBzYu1c= 36 + github.com/ptdewey/shutter v0.1.4/go.mod h1:teeIXF4LdgsE9E4kjHk9nGzDxl2cjdbVb1qbdzAHSR4= 37 37 github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= 38 38 github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= 39 39 github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=