Skip to content

Commit e0fd050

Browse files
committed
Add support for path_prefix configuration in the cluster
1 parent 02437d4 commit e0fd050

File tree

4 files changed

+116
-216
lines changed

4 files changed

+116
-216
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ require (
197197
google.golang.org/protobuf v1.28.0 // indirect
198198
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
199199
gopkg.in/inf.v0 v0.9.1 // indirect
200+
gopkg.in/ini.v1 v1.66.6 // indirect
200201
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
201202
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
202203
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)