Update module github.com/go-chi/chi to v4.1.2 #13
2
go.mod
2
go.mod
|
@ -5,7 +5,7 @@ go 1.19
|
|||
require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
||||
github.com/boltdb/bolt v1.3.1
|
||||
github.com/go-chi/chi v4.0.2+incompatible
|
||||
github.com/go-chi/chi v4.1.2+incompatible
|
||||
github.com/jtblin/go-ldap-client v0.0.0-20170223121919-b73f66626b33
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/smartystreets/goconvey v1.6.4 // indirect
|
||||
|
|
Loading…
Reference in New Issue