Skip to content

Commit

Permalink
Update varint.go
Browse files Browse the repository at this point in the history
Signed-off-by: tritu <tri_tu@163.com>
  • Loading branch information
tritu authored Jul 24, 2024
1 parent 34ac652 commit 4eab1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/quicvarint/varint.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"io"

"github.com/refraction-networking/utls/internal/quicvarint/protocol"
"github.com/tritu/utls/internal/quicvarint/protocol"

Check failure on line 12 in internal/quicvarint/varint.go

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 1.21.x)

no required module provides package github.com/tritu/utls/internal/quicvarint/protocol; to add it:

Check failure on line 12 in internal/quicvarint/varint.go

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 1.22.x)

no required module provides package github.com/tritu/utls/internal/quicvarint/protocol; to add it:

Check failure on line 12 in internal/quicvarint/varint.go

View workflow job for this annotation

GitHub Actions / build (windows-latest, 1.21.x)

no required module provides package github.com/tritu/utls/internal/quicvarint/protocol; to add it:

Check failure on line 12 in internal/quicvarint/varint.go

View workflow job for this annotation

GitHub Actions / build (windows-latest, 1.22.x)

no required module provides package github.com/tritu/utls/internal/quicvarint/protocol; to add it:

Check failure on line 12 in internal/quicvarint/varint.go

View workflow job for this annotation

GitHub Actions / build (macos-latest, 1.21.x)

no required module provides package github.com/tritu/utls/internal/quicvarint/protocol; to add it:

Check failure on line 12 in internal/quicvarint/varint.go

View workflow job for this annotation

GitHub Actions / build (macos-latest, 1.22.x)

no required module provides package github.com/tritu/utls/internal/quicvarint/protocol; to add it:
)

// taken from the QUIC draft
Expand Down

0 comments on commit 4eab1bc

Please sign in to comment.