1
1
module github.com/codefresh-io/go/venona
2
2
3
- go 1.21
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/gorilla/mux v1.8.0
7
- github.com/hashicorp/go-retryablehttp v0.6 .7
7
+ github.com/hashicorp/go-retryablehttp v0.7 .7
8
8
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1
9
- github.com/newrelic/go-agent/v3 v3.23.1
9
+ github.com/newrelic/go-agent/v3 v3.39.0
10
10
github.com/newrelic/go-agent/v3/integrations/nrgorilla v1.1.0
11
11
github.com/prometheus/client_golang v1.16.0
12
12
github.com/spf13/cobra v1.1.3
13
13
github.com/spf13/pflag v1.0.5
14
14
github.com/spf13/viper v1.7.1
15
- github.com/stretchr/objx v0.5.0
16
- github.com/stretchr/testify v1.8.1
15
+ github.com/stretchr/objx v0.5.2
16
+ github.com/stretchr/testify v1.10.0
17
17
gopkg.in/yaml.v2 v2.4.0
18
18
k8s.io/api v0.27.3
19
19
k8s.io/apimachinery v0.27.3
@@ -22,7 +22,7 @@ require (
22
22
23
23
require (
24
24
github.com/beorn7/perks v1.0.1 // indirect
25
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
25
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
26
26
github.com/davecgh/go-spew v1.1.1 // indirect
27
27
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
28
28
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
@@ -33,20 +33,20 @@ require (
33
33
github.com/go-openapi/swag v0.22.3 // indirect
34
34
github.com/go-stack/stack v1.8.0 // indirect
35
35
github.com/gogo/protobuf v1.3.2 // indirect
36
- github.com/golang/protobuf v1.5.3 // indirect
36
+ github.com/golang/protobuf v1.5.4 // indirect
37
37
github.com/google/gnostic v0.5.7-v3refs // indirect
38
- github.com/google/go-cmp v0.5.9 // indirect
38
+ github.com/google/go-cmp v0.6.0 // indirect
39
39
github.com/google/gofuzz v1.1.0 // indirect
40
- github.com/google/uuid v1.3 .0 // indirect
41
- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
40
+ github.com/google/uuid v1.6 .0 // indirect
41
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
42
42
github.com/hashicorp/hcl v1.0.0 // indirect
43
43
github.com/inconshreveable/mousetrap v1.0.0 // indirect
44
44
github.com/josharian/intern v1.0.0 // indirect
45
45
github.com/json-iterator/go v1.1.12 // indirect
46
46
github.com/magiconair/properties v1.8.1 // indirect
47
47
github.com/mailru/easyjson v0.7.7 // indirect
48
- github.com/mattn/go-colorable v0.0.9 // indirect
49
- github.com/mattn/go-isatty v0.0.3 // indirect
48
+ github.com/mattn/go-colorable v0.1.13 // indirect
49
+ github.com/mattn/go-isatty v0.0.20 // indirect
50
50
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
51
51
github.com/mitchellh/mapstructure v1.1.2 // indirect
52
52
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -62,16 +62,15 @@ require (
62
62
github.com/spf13/cast v1.3.0 // indirect
63
63
github.com/spf13/jwalterweatherman v1.0.0 // indirect
64
64
github.com/subosito/gotenv v1.2.0 // indirect
65
- golang.org/x/net v0.17 .0 // indirect
66
- golang.org/x/oauth2 v0.5 .0 // indirect
67
- golang.org/x/sys v0.13 .0 // indirect
68
- golang.org/x/term v0.13 .0 // indirect
69
- golang.org/x/text v0.13 .0 // indirect
65
+ golang.org/x/net v0.25 .0 // indirect
66
+ golang.org/x/oauth2 v0.20 .0 // indirect
67
+ golang.org/x/sys v0.20 .0 // indirect
68
+ golang.org/x/term v0.20 .0 // indirect
69
+ golang.org/x/text v0.15 .0 // indirect
70
70
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
71
- google.golang.org/appengine v1.6.7 // indirect
72
71
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
73
- google.golang.org/grpc v1.54 .0 // indirect
74
- google.golang.org/protobuf v1.30.0 // indirect
72
+ google.golang.org/grpc v1.65 .0 // indirect
73
+ google.golang.org/protobuf v1.34.2 // indirect
75
74
gopkg.in/inf.v0 v0.9.1 // indirect
76
75
gopkg.in/ini.v1 v1.51.0 // indirect
77
76
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments