-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 656 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module jfrog-pipelines-go-task
go 1.20
require (
github.com/jfrog/jfrog-pipelines-tasks-sdk-go v0.0.5
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/otiai10/copy v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.4.0 // indirect
)