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
18 lines (16 loc) · 668 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/bitnami/render-template
go 1.16
require (
github.com/aymerick/raymond v2.0.1+incompatible
github.com/bitnami/gonit v0.1.0
github.com/cesanta/errors v0.0.0-20160612174407-5adec772d663 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jessevdk/go-flags v1.3.0
github.com/juamedgod/cliassert v0.0.0-20180320011200-425256f2bb0b
github.com/mmikulicic/multierror v0.0.0-20170428094957-c1ad6b5ecd26
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.1
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/tools v0.1.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)