From bcd9a51e894d36429b40bbb0194a9234c8a40dd4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 10 May 2023 13:02:03 +0200 Subject: [PATCH] Upgrade go-kdf Gives us a few Vulkan multi-planar formats. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1737af2..99a083d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.sr.ht/~emersion/pixfmtdb go 1.19 require ( - git.sr.ht/~emersion/go-kdf v0.0.0-20230509181045-3a2857193ff2 + git.sr.ht/~emersion/go-kdf v0.0.0-20230510105841-f8c5b8314ef9 github.com/go-chi/chi/v5 v5.0.8 ) diff --git a/go.sum b/go.sum index ea0e587..bc44732 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -git.sr.ht/~emersion/go-kdf v0.0.0-20230509181045-3a2857193ff2 h1:qQX8Ks75IAK4+LVZM7ee0reVO4dB9px8E9jr6iMoujs= -git.sr.ht/~emersion/go-kdf v0.0.0-20230509181045-3a2857193ff2/go.mod h1:58/113e2EcDFryn4ZpgNBdGi9CcM9M+o3/1hg/zpCzc= +git.sr.ht/~emersion/go-kdf v0.0.0-20230510105841-f8c5b8314ef9 h1:F2ApAgkaSYmFL0NTEHlKjYge4tRJl6ZRyecma/i+vvs= +git.sr.ht/~emersion/go-kdf v0.0.0-20230510105841-f8c5b8314ef9/go.mod h1:58/113e2EcDFryn4ZpgNBdGi9CcM9M+o3/1hg/zpCzc= github.com/dave/astrid v0.0.0-20170323122508-8c2895878b14/go.mod h1:Sth2QfxfATb/nW4EsrSi2KyJmbcniZ8TgTaji17D6ms= github.com/dave/brenda v1.1.0/go.mod h1:4wCUr6gSlu5/1Tk7akE5X7UorwiQ8Rij0SKH3/BGMOM= github.com/dave/courtney v0.3.0/go.mod h1:BAv3hA06AYfNUjfjQr+5gc6vxeBVOupLqrColj+QSD8= -- 2.38.5