summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-10-20 13:16:12 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-10-20 13:16:12 +0100
commitd3151e6c75baa95a0f4ebe08e7a124e3e442dfc0 (patch)
tree379fe63fdbfb1926c0e94230c6abbd688cc19b60 /go.mod
parentaaf2256635d65e08c2fc1963f17872a93c9f4ba2 (diff)
Update dependenciesHEADv0.3.2main
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
)