-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
22 lines (19 loc) · 728 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/webdevops/go-replace
go 1.19
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/jessevdk/go-flags v1.5.0
github.com/remeh/sizedwaitgroup v1.0.0
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)