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

Commit92d02ad

Browse files
authored
chore: updategithub.com/cespare/xxhash to v2 (#16094)
`github.com/cespare/xxhash/v2` is the latest version with bug fixes andimprovements. No breaking changes, seehttps://go.dev/play/p/4fisKvMhrGR.Affected lines of code are: -https://github.com/coder/coder/blob/8b9763dd2c5d82046c99437d8acdeaa6b552e8c4/provisioner/terraform/timings.go#L202-L205-https://github.com/coder/coder/blob/8b9763dd2c5d82046c99437d8acdeaa6b552e8c4/provisioner/terraform/internal/timings_test_utils.go#L90-L91Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
1 parenta160e8f commit92d02ad

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

‎go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ require (
7979
github.com/briandowns/spinnerv1.18.1
8080
github.com/cakturk/go-netstatv0.0.0-20200220111822-e5b49efee7a5
8181
github.com/cenkalti/backoff/v4v4.3.0
82-
github.com/cespare/xxhashv1.1.0
82+
github.com/cespare/xxhash/v2v2.3.0
8383
github.com/charmbracelet/bubblesv0.20.0
8484
github.com/charmbracelet/bubbleteav1.1.0
8585
github.com/charmbracelet/glamourv0.8.0
@@ -257,7 +257,6 @@ require (
257257
github.com/beorn7/perksv1.0.1// indirect
258258
github.com/bep/godartsass/v2v2.3.2// indirect
259259
github.com/bep/golibsassv1.2.0// indirect
260-
github.com/cespare/xxhash/v2v2.3.0// indirect
261260
github.com/charmbracelet/x/ansiv0.4.5// indirect
262261
github.com/charmbracelet/x/termv0.2.0// indirect
263262
github.com/chromedp/sysutilv1.0.0// indirect

‎go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
6262
github.com/Microsoft/go-winiov0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
6363
github.com/Nvveen/Gottyv0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
6464
github.com/Nvveen/Gottyv0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
65-
github.com/OneOfOne/xxhashv1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
6665
github.com/OneOfOne/xxhashv1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=
6766
github.com/OneOfOne/xxhashv1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q=
6867
github.com/ProtonMail/go-cryptov1.1.0-alpha.2 h1:bkyFVUP+ROOARdgCiJzNQo2V2kiB97LyUpzH9P6Hrlg=
@@ -830,7 +829,6 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
830829
github.com/sirupsen/logrusv1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
831830
github.com/skratchdot/open-golangv0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
832831
github.com/skratchdot/open-golangv0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
833-
github.com/spaolacci/murmur3v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
834832
github.com/spaolacci/murmur3v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
835833
github.com/spaolacci/murmur3v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
836834
github.com/spf13/aferov1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=

‎provisioner/terraform/internal/timings_test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"slices"
77
"testing"
88

9-
"github.com/cespare/xxhash"
9+
"github.com/cespare/xxhash/v2"
1010
"github.com/stretchr/testify/assert"
1111
"github.com/stretchr/testify/require"
1212
"google.golang.org/protobuf/encoding/protojson"

‎provisioner/terraform/timings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"sync"
77
"time"
88

9-
"github.com/cespare/xxhash"
9+
"github.com/cespare/xxhash/v2"
1010
"google.golang.org/protobuf/types/known/timestamppb"
1111

1212
"github.com/coder/coder/v2/coderd/database"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp