From 404da670360003feab04f8d510a6787601f5ade4 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Sun, 14 Jul 2024 08:04:45 +0100 Subject: [PATCH] Update da. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f5483c7..c30c79b 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 require ( github.com/expr-lang/expr v1.16.9 github.com/shimmeringbee/callbacks v0.0.0-20240614104656-b56cd6b4b604 - github.com/shimmeringbee/da v0.0.0-20240623195712-c921021ae9f9 + github.com/shimmeringbee/da v0.0.0-20240714070346-b84fc2e73097 github.com/shimmeringbee/logwrap v0.1.3 github.com/shimmeringbee/persistence v0.0.0-20240615183316-1a60e6781413 github.com/shimmeringbee/retry v0.0.0-20240614104711-064c2726a8b4 diff --git a/go.sum b/go.sum index 188f59e..1ddcb5d 100644 --- a/go.sum +++ b/go.sum @@ -18,6 +18,8 @@ github.com/shimmeringbee/da v0.0.0-20240622202110-ccbf24700388 h1:opK7x4lWbylMm5 github.com/shimmeringbee/da v0.0.0-20240622202110-ccbf24700388/go.mod h1:jUKTa353LvJT3TAdwtmfGEbcxkYbG58h0gbASRf0FIs= github.com/shimmeringbee/da v0.0.0-20240623195712-c921021ae9f9 h1:beGPxE5b7k6Pz7ND7Ii1S4zf01S5tmQQlW3eI6FW/z4= github.com/shimmeringbee/da v0.0.0-20240623195712-c921021ae9f9/go.mod h1:jUKTa353LvJT3TAdwtmfGEbcxkYbG58h0gbASRf0FIs= +github.com/shimmeringbee/da v0.0.0-20240714070346-b84fc2e73097 h1:2XrH/j7Yqox/Ug6+K8P3u8bTEKAIdccFCYxWxyy3L1c= +github.com/shimmeringbee/da v0.0.0-20240714070346-b84fc2e73097/go.mod h1:jUKTa353LvJT3TAdwtmfGEbcxkYbG58h0gbASRf0FIs= github.com/shimmeringbee/logwrap v0.1.3 h1:1PqPGdgbeQxACQqc6RUWERn7EnpA1jbiHzXVYFa7q2A= github.com/shimmeringbee/logwrap v0.1.3/go.mod h1:NBAcZCUl6aFOGnWTs8m67EUAmWFZXRhoRQf5nknY8W0= github.com/shimmeringbee/persistence v0.0.0-20240615183316-1a60e6781413 h1:0t4xEtg+kXXATiryn0m9p5OmsvDUvh2BPG+r7Vcpvy4=