forked from bitnami/render-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 614 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/bitnami/render-template
go 1.25
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/bitnami/gonit v0.1.0
github.com/jessevdk/go-flags v1.6.1
github.com/juamedgod/cliassert v0.0.0-20180320011200-425256f2bb0b
github.com/mmikulicic/multierror v0.0.0-20170428094957-c1ad6b5ecd26
github.com/stretchr/testify v1.2.1
)
require (
github.com/cesanta/errors v0.0.0-20160612174407-5adec772d663 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)