aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2023-08-30 23:04:24 -0700
committerRose Hogenson <rosehogenson@posteo.net>2023-08-30 23:04:24 -0700
commitc20c9685aae51deeeef560d16bcf6e6039438b6c (patch)
treeea1aa693976fe01b5be3165d832ce4982d80953b /go.sum
downloadimgutil-c20c9685aae51deeeef560d16bcf6e6039438b6c.tar.zst
icat: a program to print images in the terminal.
Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..6aed7b2
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
+golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/term v0.11.0 h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=
+golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=