File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
79
79
github.com/briandowns/spinner v1.18.1
80
80
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
81
81
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
83
83
github.com/charmbracelet/bubbles v0.20.0
84
84
github.com/charmbracelet/bubbletea v1.1.0
85
85
github.com/charmbracelet/glamour v0.8.0
@@ -257,7 +257,6 @@ require (
257
257
github.com/beorn7/perks v1.0.1 // indirect
258
258
github.com/bep/godartsass/v2 v2.3.2 // indirect
259
259
github.com/bep/golibsass v1.2.0 // indirect
260
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
261
260
github.com/charmbracelet/x/ansi v0.4.5 // indirect
262
261
github.com/charmbracelet/x/term v0.2.0 // indirect
263
262
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
62
62
github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
63
63
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw =
64
64
github.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 =
66
65
github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8 =
67
66
github.com/OneOfOne/xxhash v1.2.8 /go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q =
68
67
github.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
830
829
github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
831
830
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA =
832
831
github.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 =
834
832
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI =
835
833
github.com/spaolacci/murmur3 v1.1.0 /go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA =
836
834
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs =
Original file line number Diff line number Diff line change 6
6
"slices"
7
7
"testing"
8
8
9
- "github.com/cespare/xxhash"
9
+ "github.com/cespare/xxhash/v2 "
10
10
"github.com/stretchr/testify/assert"
11
11
"github.com/stretchr/testify/require"
12
12
"google.golang.org/protobuf/encoding/protojson"
Original file line number Diff line number Diff line change 6
6
"sync"
7
7
"time"
8
8
9
- "github.com/cespare/xxhash"
9
+ "github.com/cespare/xxhash/v2 "
10
10
"google.golang.org/protobuf/types/known/timestamppb"
11
11
12
12
"github.com/coder/coder/v2/coderd/database"
You can’t perform that action at this time.
0 commit comments