File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ require (
1111 github.com/satori/go.uuid v1.2.0
1212 github.com/sirupsen/logrus v1.8.1
1313 github.com/tidwall/match v1.1.1
14+ go.uber.org/atomic v1.11.0
1415 golang.org/x/net v0.22.0
1516)
1617
1718require (
18- go.uber.org/atomic v1.11.0 // indirect
1919 golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
2020 golang.org/x/sys v0.18.0 // indirect
2121 golang.org/x/text v0.14.0 // indirect
Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
2121github.com/satori/go.uuid v1.2.0 /go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0 =
2222github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE =
2323github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
24- github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w =
2524github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
25+ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
26+ github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
2627github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA =
2728github.com/tidwall/match v1.1.1 /go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM =
2829go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE =
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func NewProxy(opts *Options) (*Proxy, error) {
4444
4545 proxy := & Proxy {
4646 Opts : opts ,
47- Version : "1.8.1 " ,
47+ Version : "1.8.3 " ,
4848 Addons : make ([]Addon , 0 ),
4949 }
5050
You can’t perform that action at this time.
0 commit comments