Skip to content

Commit a6b7e8c

Browse files
authored
chore: use an older version of fastclock to resolve leak (coder#6892)
1 parent 04e404e commit a6b7e8c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ replace github.com/pion/udp => github.com/mafredri/udp v0.1.2-0.20230105121435-9
3636
// https://github.com/tcnksm/go-httpstat/pull/29
3737
replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0-20220831233600-c91452099472
3838

39+
// See https://github.com/dlclark/regexp2/issues/63
40+
replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
41+
3942
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
4043
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
4144
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230327205451-058fa46a3723

go.sum

+2-3
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,8 @@ github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48 h1:fRzb/w+pyskVMQ+
544544
github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA=
545545
github.com/dhui/dktest v0.3.10 h1:0frpeeoM9pHouHjhLeZDuDTJ0PqjDTrycaHaMmkJAo8=
546546
github.com/dhui/dktest v0.3.10/go.mod h1:h5Enh0nG3Qbo9WjNFRrwmKUaePEBhXMOygbz3Ww7Sz0=
547-
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
548-
github.com/dlclark/regexp2 v1.8.1 h1:6Lcdwya6GjPUNsBct8Lg/yRPwMhABj269AAzdGSiR+0=
549-
github.com/dlclark/regexp2 v1.8.1/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
547+
github.com/dlclark/regexp2 v1.7.0 h1:7lJfhqlPssTb1WQx4yvTHN0uElPEv52sbaECrAQxjAo=
548+
github.com/dlclark/regexp2 v1.7.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
550549
github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E=
551550
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
552551
github.com/docker/cli v20.10.17+incompatible h1:eO2KS7ZFeov5UJeaDmIs1NFEDRf32PaqRpvoEkKBy5M=

0 commit comments

Comments
 (0)