-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (27 loc) · 1.05 KB
/
go.mod
File metadata and controls
31 lines (27 loc) · 1.05 KB
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
28
29
30
31
module github.com/perforce/p4prometheus
go 1.24.0
toolchain go1.24.2
require (
github.com/bitfield/script v0.24.1
github.com/rcowham/go-libp4dlog v0.14.4
github.com/rcowham/go-libtail v0.1.5
github.com/rcowham/kingpin v0.0.0-20250417115600-e1d913e1a35e
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
github.com/rcowham/kingpin v0.0.0-20250417115600-e1d913e1a35e // indirect
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/itchyny/gojq v0.12.18 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/common v0.67.5 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/sys v0.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mvdan.cc/sh/v3 v3.12.0 // indirect
)