-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
24 lines (20 loc) · 694 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
module github.com/jenkins-x/jx-logging/v3
go 1.22
toolchain go1.22.3
require (
github.com/fatih/color v1.15.0
github.com/jenkins-x/logrus-stackdriver-formatter v0.2.7
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)