module go.step.sm/crypto go 1.14 require ( github.com/Masterminds/sprig/v3 v3.2.2 github.com/google/go-cmp v0.5.6 // indirect github.com/google/uuid v1.3.0 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/pkg/errors v0.9.1 github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 github.com/spf13/cast v1.4.1 // indirect golang.org/x/crypto v0.0.0-20210915214749-c084706c2272 golang.org/x/net v0.0.0-20210913180222-943fd674d43e golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect golang.org/x/text v0.3.7 // indirect gopkg.in/square/go-jose.v2 v2.6.0 )