diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 +) |
