File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
7979 github.com/briandowns/spinner v1.18.1
8080 github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
8181 github.com/cenkalti/backoff/v4 v4.3.0
82- github.com/cespare/xxhash v1.1 .0
82+ github.com/cespare/xxhash/v2 v2.3 .0
8383 github.com/charmbracelet/bubbles v0.20.0
8484 github.com/charmbracelet/bubbletea v1.1.0
8585 github.com/charmbracelet/glamour v0.8.0
@@ -257,7 +257,6 @@ require (
257257 github.com/beorn7/perks v1.0.1 // indirect
258258 github.com/bep/godartsass/v2 v2.3.2 // indirect
259259 github.com/bep/golibsass v1.2.0 // indirect
260- github.com/cespare/xxhash/v2 v2.3.0 // indirect
261260 github.com/charmbracelet/x/ansi v0.4.5 // indirect
262261 github.com/charmbracelet/x/term v0.2.0 // indirect
263262 github.com/chromedp/sysutil v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
6262github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
6363github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw =
6464github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 /go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk =
65- github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
6665github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8 =
6766github.com/OneOfOne/xxhash v1.2.8 /go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q =
6867github.com/ProtonMail/go-crypto v1.1.0-alpha.2 h1:bkyFVUP+ROOARdgCiJzNQo2V2kiB97LyUpzH9P6Hrlg =
@@ -830,7 +829,6 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
830829github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
831830github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA =
832831github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 /go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog =
833- github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
834832github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI =
835833github.com/spaolacci/murmur3 v1.1.0 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
836834github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs =
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments