Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6b7e8c

Browse files
authored
chore: use an older version of fastclock to resolve leak (#6892)
1 parent04e404e commita6b7e8c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎go.mod

Lines changed: 3 additions & 0 deletions
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
replacegithub.com/tcnksm/go-httpstat =>github.com/kylecarbs/go-httpstatv0.0.0-20220831233600-c91452099472
3838

39+
// See https://github.com/dlclark/regexp2/issues/63
40+
replacegithub.com/dlclark/regexp2 =>github.com/dlclark/regexp2v1.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
replacetailscale.com =>github.com/coder/tailscalev1.1.1-0.20230327205451-058fa46a3723

‎go.sum

Lines changed: 2 additions & 3 deletions
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/triflesv0.0.0-20200323201526-dd97f9abfb48/go.mod h1:if7Fbed8SFyPtHLHbg49SI7NAdJiC5WIA09pe59rfAA=
545545
github.com/dhui/dktestv0.3.10 h1:0frpeeoM9pHouHjhLeZDuDTJ0PqjDTrycaHaMmkJAo8=
546546
github.com/dhui/dktestv0.3.10/go.mod h1:h5Enh0nG3Qbo9WjNFRrwmKUaePEBhXMOygbz3Ww7Sz0=
547-
github.com/dlclark/regexp2v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
548-
github.com/dlclark/regexp2v1.8.1 h1:6Lcdwya6GjPUNsBct8Lg/yRPwMhABj269AAzdGSiR+0=
549-
github.com/dlclark/regexp2v1.8.1/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
547+
github.com/dlclark/regexp2v1.7.0 h1:7lJfhqlPssTb1WQx4yvTHN0uElPEv52sbaECrAQxjAo=
548+
github.com/dlclark/regexp2v1.7.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
550549
github.com/dnaeon/go-vcrv1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E=
551550
github.com/docker/cliv0.0.0-20191017083524-a8ff7f821017/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
552551
github.com/docker/cliv20.10.17+incompatible h1:eO2KS7ZFeov5UJeaDmIs1NFEDRf32PaqRpvoEkKBy5M=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp