Skip to content

Commit c639674

Browse files
authored
chore: replace chi with chi/v5 (#9143)
1 parent c66befb commit c639674

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

agent/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"sync"
66
"time"
77

8-
"github.com/go-chi/chi"
8+
"github.com/go-chi/chi/v5"
99

1010
"github.com/coder/coder/coderd/httpapi"
1111
"github.com/coder/coder/codersdk"

coderd/telemetry/telemetry_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
"github.com/go-chi/chi"
11+
"github.com/go-chi/chi/v5"
1212
"github.com/google/uuid"
1313
"github.com/stretchr/testify/assert"
1414
"github.com/stretchr/testify/require"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ require (
107107
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
108108
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
109109
github.com/gliderlabs/ssh v0.3.4
110-
github.com/go-chi/chi v1.5.4
111110
github.com/go-chi/chi/v5 v5.0.8
112111
github.com/go-chi/cors v1.2.1
113112
github.com/go-chi/httprate v0.7.1
@@ -256,6 +255,7 @@ require (
256255
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
257256
github.com/ghodss/yaml v1.0.0 // indirect
258257
github.com/gin-gonic/gin v1.9.1 // indirect
258+
github.com/go-chi/chi v1.5.4 // indirect
259259
github.com/go-ini/ini v1.67.0 // indirect
260260
github.com/go-logr/stdr v1.2.2 // indirect
261261
github.com/go-ole/go-ole v1.2.6 // indirect

0 commit comments

Comments
 (0)