File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11# [ Unreleased]
22
3+ - Update go version to 1.23.0 (#628 )
4+
35# [ 2.11.0] - 2024-10-16
46
57- Do not pin minimum patch version in module (#595 , @jaimem88 )
Original file line number Diff line number Diff line change 11module github.com/Shopify/toxiproxy/v2
22
3- go 1.22
3+ go 1.23.0
44
55require (
66 github.com/gorilla/mux v1.8.1
77 github.com/prometheus/client_golang v1.21.1
88 github.com/rs/zerolog v1.33.0
99 github.com/urfave/cli/v2 v2.27.6
10- golang.org/x/term v0.29 .0
10+ golang.org/x/term v0.30 .0
1111 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
1212)
1313
@@ -25,6 +25,6 @@ require (
2525 github.com/rs/xid v1.5.0 // indirect
2626 github.com/russross/blackfriday/v2 v2.1.0 // indirect
2727 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
28- golang.org/x/sys v0.30 .0 // indirect
28+ golang.org/x/sys v0.31 .0 // indirect
2929 google.golang.org/protobuf v1.36.1 // indirect
3030)
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBi
5050golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
5151golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
5252golang.org/x/sys v0.12.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
53- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
54- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
55- golang.org/x/term v0.29 .0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU =
56- golang.org/x/term v0.29 .0 /go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s =
53+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
54+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
55+ golang.org/x/term v0.30 .0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y =
56+ golang.org/x/term v0.30 .0 /go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g =
5757google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk =
5858google.golang.org/protobuf v1.36.1 /go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE =
5959gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ =
You can’t perform that action at this time.
0 commit comments