aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a65926c..ab2d253 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module go.awhk.org/fwdsms
go 1.19
require (
- github.com/google/go-cmp v0.5.9
- go.awhk.org/core v0.6.1
+ github.com/google/go-cmp v0.6.0
+ go.awhk.org/core v0.7.0
gopkg.in/yaml.v3 v3.0.1
)