File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"sync"
6
6
"time"
7
7
8
- "github.com/go-chi/chi"
8
+ "github.com/go-chi/chi/v5 "
9
9
10
10
"github.com/coder/coder/coderd/httpapi"
11
11
"github.com/coder/coder/codersdk"
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- "github.com/go-chi/chi"
11
+ "github.com/go-chi/chi/v5 "
12
12
"github.com/google/uuid"
13
13
"github.com/stretchr/testify/assert"
14
14
"github.com/stretchr/testify/require"
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ require (
107
107
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
108
108
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
109
109
github.com/gliderlabs/ssh v0.3.4
110
- github.com/go-chi/chi v1.5.4
111
110
github.com/go-chi/chi/v5 v5.0.8
112
111
github.com/go-chi/cors v1.2.1
113
112
github.com/go-chi/httprate v0.7.1
@@ -256,6 +255,7 @@ require (
256
255
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
257
256
github.com/ghodss/yaml v1.0.0 // indirect
258
257
github.com/gin-gonic/gin v1.9.1 // indirect
258
+ github.com/go-chi/chi v1.5.4 // indirect
259
259
github.com/go-ini/ini v1.67.0 // indirect
260
260
github.com/go-logr/stdr v1.2.2 // indirect
261
261
github.com/go-ole/go-ole v1.2.6 // indirect
You can’t perform that action at this time.
0 commit comments