File: go.mod

package info (click to toggle)
golang-github-masterminds-sprig 3.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: makefile: 10
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/Masterminds/sprig/v3

go 1.13

require (
	github.com/Masterminds/goutils v1.1.1
	github.com/Masterminds/semver/v3 v3.2.0
	github.com/google/uuid v1.1.1
	github.com/huandu/xstrings v1.3.3
	github.com/imdario/mergo v0.3.11
	github.com/mitchellh/copystructure v1.0.0
	github.com/shopspring/decimal v1.2.0
	github.com/spf13/cast v1.3.1
	github.com/stretchr/testify v1.5.1
	golang.org/x/crypto v0.3.0
)