Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dils2k committed Sep 18, 2024
1 parent e0db198 commit 6c3eaf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/alifcapital/chi/v5

replace github.com/go-chi/chi/v5 => .
replace github.com/go-chi/chi/v5 v5.1.0 => .

go 1.14

require github.com/go-chi/chi/v5 v5.0.0-00010101000000-000000000000 // indirect
require github.com/go-chi/chi/v5 v5.1.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw=
github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=

0 comments on commit 6c3eaf6

Please sign in to comment.