Skip to content

Commit

Permalink
Fix mod inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx7xxxx committed Oct 9, 2023
1 parent aaca053 commit 7fe673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/fatih/color v1.15.0
github.com/fsnotify/fsnotify v1.6.0
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/cors v1.2.1
github.com/go-logr/zapr v1.2.4
github.com/go-task/slim-sprig v2.20.0+incompatible
github.com/go-zookeeper/zk v1.0.3
Expand Down Expand Up @@ -97,7 +98,6 @@ require (
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/go-chi/cors v1.2.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
Expand Down

0 comments on commit 7fe673c

Please sign in to comment.