Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/spf13/jwalterweatherman v0.0.0-20151106170057-c2aa07df5938 // indirect
github.com/spf13/pflag v0.0.0-20151013200643-08b1a584251b
github.com/spf13/viper v0.0.0-20151110042204-e37b56e207dd
gitlab.com/opennota/screengen v1.0.3-0.20241130161450-1c5d73299944
gitlab.com/opennota/screengen v1.0.3-0.20260325071014-3d76485eda08
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/spf13/viper v0.0.0-20151110042204-e37b56e207dd/go.mod h1:A8kyI5cUJhb8
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
gitlab.com/opennota/screengen v1.0.3-0.20241130161450-1c5d73299944 h1:Q7rirZL8HSY5VK9PzL8Cn/TbdKXVBik+r6xt+cKTAls=
gitlab.com/opennota/screengen v1.0.3-0.20241130161450-1c5d73299944/go.mod h1:4kED4yriw2zslwYmXFCa5qCvEKwleBA7l5OE+d94NTU=
gitlab.com/opennota/screengen v1.0.3-0.20260325071014-3d76485eda08 h1:Lma+gm+LQb4PMJL05fQqTl6O5CJpWmCzJvQoINF5PIw=
gitlab.com/opennota/screengen v1.0.3-0.20260325071014-3d76485eda08/go.mod h1:4kED4yriw2zslwYmXFCa5qCvEKwleBA7l5OE+d94NTU=
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 h1:hVwzHzIUGRjiF7EcUjqNxk3NCfkPxbDKRdnNE1Rpg0U=
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
Expand Down
Loading