-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 857 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/envato/ejsonkms
go 1.24.2
toolchain go1.24.9
require (
github.com/Shopify/ejson v1.5.4
github.com/Shopify/ejson2env/v2 v2.0.8
github.com/aws/aws-sdk-go v1.55.8
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
github.com/smartystreets/goconvey v1.8.1
github.com/urfave/cli v1.22.17
)
require (
al.essio.dev/pkg/shellescape v1.6.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/gopherjs/gopherjs v1.20.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/smarty/assertions v1.16.0 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)