File: go.mod

package info (click to toggle)
golang-github-smallstep-cli-utils 0.12.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 448 kB
  • sloc: makefile: 24
file content (33 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/smallstep/cli-utils

go 1.23.6

require (
	github.com/chzyer/readline v1.5.1
	github.com/manifoldco/promptui v0.9.0
	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
	github.com/pkg/errors v0.9.1
	github.com/shurcooL/sanitized_anchor_name v1.0.0
	github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
	github.com/stretchr/testify v1.10.0
	github.com/urfave/cli v1.22.16
	go.step.sm/crypto v0.58.0
	golang.org/x/net v0.35.0
	golang.org/x/sys v0.30.0
)

require (
	filippo.io/edwards25519 v1.1.0 // indirect
	github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/go-jose/go-jose/v3 v3.0.4 // indirect
	github.com/google/go-cmp v0.6.0 // indirect
	github.com/kr/pretty v0.3.1 // indirect
	github.com/mattn/go-colorable v0.1.4 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
	golang.org/x/crypto v0.33.0 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)