aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-08-13 14:42:40 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-08-13 14:42:40 +0100
commit9a6bf42944eed526b538c616ed3ddfc7f772d8e0 (patch)
treec65dbdf681557f1e2dd8e2183af7859b45c80724 /go.mod
parent7e48c1f9584783e88650ef4a5b0f438748dd9032 (diff)
Use go.awhk.org/core for flag configurationmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5d3ba14..bd94fdd 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,7 @@
module go.awhk.org/gencert
-go 1.16
+go 1.21
+
+require go.awhk.org/core v0.6.1
+
+require github.com/google/go-cmp v0.5.9 // indirect