diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-15 03:21:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-15 03:22:41 +0700 |
| commit | 2640289d8fd6bfcdb2bdc06c51c24a640d54cc33 (patch) | |
| tree | 97d770909c4d9fe37cdddc31299b37b91468d274 /go.mod | |
| parent | 378facb96e877ed275a59d974ee9b69e06120a53 (diff) | |
| download | easypki-main.tar.xz | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,16 +1,18 @@ module git.sr.ht/~shulhan/easypki -go 1.21 +go 1.26.0 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 + github.com/urfave/cli v1.22.17 ) require ( - github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect + github.com/kr/pretty v0.3.1 // indirect + github.com/rogpeppe/go-internal v1.11.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - golang.org/x/sys v0.14.0 // indirect + golang.org/x/sys v0.43.0 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) |
