mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
16 lines
405 B
Modula-2
16 lines
405 B
Modula-2
module github.com/Masterminds/sprig/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/huandu/xstrings v1.3.1
|
|
github.com/imdario/mergo v0.3.8
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
|
|
)
|