aboutsummaryrefslogtreecommitdiff
path: root/bin/webp/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'bin/webp/go.mod')
-rw-r--r--bin/webp/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/webp/go.mod b/bin/webp/go.mod
new file mode 100644
index 0000000..ad9ea20
--- /dev/null
+++ b/bin/webp/go.mod
@@ -0,0 +1,8 @@
1module code.crute.us/mcrute/golib/bin/webp
2
3go 1.20
4
5require (
6 github.com/chai2010/webp v1.1.1
7 golang.org/x/image v0.0.0-20211028202545-6944b10bf410
8)