File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ LOCAL_REGISTRY = packetfence
52
52
#
53
53
# Golang
54
54
#
55
- GOVERSION = go1.23.4
55
+ GOVERSION = go1.23.5
56
56
PF_BINARIES = pfhttpd pfqueue-go pfdhcp pfdns pfstats pfdetect galera-autofix pfacct pfcron mysql-probe pfconnector sdnotify-proxy
57
57
PF_GO_CMDS = pfcrypt pfkafka
58
58
Original file line number Diff line number Diff line change 1
1
module github.com/inverse-inc/packetfence/go
2
2
3
- go 1.23.4
3
+ go 1.23.5
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -61,7 +61,6 @@ require (
61
61
github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 // indirect
62
62
github.com/openzipkin/zipkin-go v0.4.2 // indirect
63
63
github.com/patrickmn/go-cache v2.1.0+incompatible
64
- github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
65
64
github.com/prometheus/client_golang v1.19.1
66
65
github.com/prometheus/client_model v0.5.0 // indirect
67
66
github.com/prometheus/common v0.48.0 // indirect
@@ -72,7 +71,7 @@ require (
72
71
golang.org/x/crypto v0.31.0
73
72
golang.org/x/net v0.28.0
74
73
golang.org/x/sync v0.10.0
75
- golang.org/x/sys v0.28.0 // indirect
74
+ golang.org/x/sys v0.28.0
76
75
golang.org/x/text v0.21.0
77
76
google.golang.org/api v0.180.0 // indirect
78
77
google.golang.org/grpc v1.63.2 // indirect
Original file line number Diff line number Diff line change @@ -646,8 +646,6 @@ github.com/pelletier/go-toml/v2 v2.0.9/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdU
646
646
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI =
647
647
github.com/peterbourgon/diskv/v3 v3.0.1 h1:x06SQA46+PKIUftmEujdwSEpIx8kR+M9eLYsUxeYveU =
648
648
github.com/peterbourgon/diskv/v3 v3.0.1 /go.mod h1:kJ5Ny7vLdARGU3WUuy6uzO6T0nb/2gWcT1JiBvRmb5o =
649
- github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 h1:Ii+DKncOVM8Cu1Hc+ETb5K+23HdAMvESYE3ZJ5b5cMI =
650
- github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 /go.mod h1:iIss55rKnNBTvrwdmkUpLnDpZoAHvWaiq5+iMmen4AE =
651
649
github.com/philhofer/fwd v1.1.2 h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw =
652
650
github.com/philhofer/fwd v1.1.2 /go.mod h1:qkPdfjR2SIEbspLqpe1tO4n5yICnr2DY7mqEx2tUTP0 =
653
651
github.com/pierrec/lz4/v4 v4.1.15 /go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4 =
You can’t perform that action at this time.
0 commit comments