aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..57c4a24
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module git.sr.ht/~shulhan/easypki
+
+go 1.21
+
+require (
+ github.com/boltdb/bolt v1.3.1
+ github.com/go-yaml/yaml v2.1.0+incompatible
+ github.com/google/easypki v1.1.0
+ github.com/urfave/cli v1.22.14
+)
+
+require (
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ golang.org/x/sys v0.14.0 // indirect
+)