From 376caac4916871312cf50b20e8491c587ffa3b49 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 9 Feb 2023 13:39:47 +0100 Subject: [PATCH] Upgrade go-drm --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1d51b85..c0f17f0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.sr.ht/~emersion/drmdb go 1.16 require ( - git.sr.ht/~emersion/go-drm v0.0.0-20230209122931-e7c268cec918 + git.sr.ht/~emersion/go-drm v0.0.0-20230209123909-e3a657950f77 git.sr.ht/~emersion/go-hwids v0.0.0-20190518090256-f59e5efa82bd github.com/labstack/echo/v4 v4.10.0 github.com/labstack/gommon v0.4.0 diff --git a/go.sum b/go.sum index a250ef7..7bc0168 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -git.sr.ht/~emersion/go-drm v0.0.0-20230209122931-e7c268cec918 h1:5KpZ6BjitkcRmtQoxfBt+EM24e99ljBgLa4oOVxarNc= -git.sr.ht/~emersion/go-drm v0.0.0-20230209122931-e7c268cec918/go.mod h1:HWZqAZpLL83LIFQl6DqJNQx0OvGqBEaS7NCnX+QIFGQ= +git.sr.ht/~emersion/go-drm v0.0.0-20230209123909-e3a657950f77 h1:a7SB3y5fAF2QjY26f2YkxwPITHs181OF1vr+rZT1N4M= +git.sr.ht/~emersion/go-drm v0.0.0-20230209123909-e3a657950f77/go.mod h1:HWZqAZpLL83LIFQl6DqJNQx0OvGqBEaS7NCnX+QIFGQ= git.sr.ht/~emersion/go-hwids v0.0.0-20190518090256-f59e5efa82bd h1:oNlwNNmZsVAB9ucZwP9FR9sa9N0NRMruE7bCxHudyqI= git.sr.ht/~emersion/go-hwids v0.0.0-20190518090256-f59e5efa82bd/go.mod h1:jHwpYaHgpEBE1rOTTLurgzObr9WvtH6DZXtrERSorI8= github.com/dave/astrid v0.0.0-20170323122508-8c2895878b14/go.mod h1:Sth2QfxfATb/nW4EsrSi2KyJmbcniZ8TgTaji17D6ms= -- 2.38.5