From ba134b9fdea0d1a5dcd80498d8c80354da8c2646 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 6 May 2023 01:01:48 -0700 Subject: [PATCH] update goutils dependency --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4965fd0..25f1801 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( git.sr.ht/~thrrgilag/woodstock v0.0.0-20210714032038-b22c4f10cc34 - git.wntrmute.dev/kyle/goutils v1.6.6 + git.wntrmute.dev/kyle/goutils v1.6.7 github.com/anaskhan96/soup v1.2.4 github.com/mattn/go-sqlite3 v1.10.0 github.com/minio/minio-go/v7 v7.0.52 diff --git a/go.sum b/go.sum index 7d0650d..c80ca65 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c/go.mod h1:hSVuE3qU7grINVSwrmzHfpg9k87ALBk+XaualNyUzI4= git.sr.ht/~thrrgilag/woodstock v0.0.0-20210714032038-b22c4f10cc34 h1:nTH4UWrZTwEhkFvuR4Y4vV6KMSoZuF+3qFmgGs9Vm2I= git.sr.ht/~thrrgilag/woodstock v0.0.0-20210714032038-b22c4f10cc34/go.mod h1:giZm2mNVkz9BeA31LtUC2gwIYfUSUPQINp+tI8EGFTc= -git.wntrmute.dev/kyle/goutils v1.6.6 h1:CRCBlmSXOTkShbqC6j9lgxh4lb+khzc2zpIJYGQJtnc= -git.wntrmute.dev/kyle/goutils v1.6.6/go.mod h1:p0m2YprqMXkqtxTPKCiRcmgYo/D/9DtAIRfNVFE3JBg= +git.wntrmute.dev/kyle/goutils v1.6.7 h1:rLtgNKxVoZXWhgbntE6Fya1ZFRloSZ/rLw75BHUksIU= +git.wntrmute.dev/kyle/goutils v1.6.7/go.mod h1:p0m2YprqMXkqtxTPKCiRcmgYo/D/9DtAIRfNVFE3JBg= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/GeertJohan/go.incremental v1.0.0/go.mod h1:6fAjUhbVuX1KcMD3c8TEgVUqmo4seqhv0i0kdATSkM0= github.com/GeertJohan/go.rice v1.0.0/go.mod h1:eH6gbSOAUv07dQuZVnBmoDP8mgsM1rtixis4Tib9if0=