-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
27 lines (22 loc) · 920 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
23
24
25
26
27
module github.com/smartrecruiters/docker-bakery
go 1.22
toolchain go1.22.2
require (
github.com/Masterminds/semver v1.5.0
github.com/fatih/color v1.16.0
github.com/smartrecruiters/gotree v0.0.0-20180321082247-397906871d4f
github.com/stretchr/testify v1.9.0
github.com/urfave/cli v1.22.14
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// https://github.com/smartrecruiters/docker-bakery/blob/5e826fe453779b9598afb836f7d9303e9420693a/Gopkg.toml#L33-L35
// replace github.com/disiqueira/gotree => github.com/smartrecruiters/GoTree v0.0.0-20170416221907-4c287e3603a8