File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/go-redis/redis v6.15.9+incompatible
11
11
github.com/google/go-cmp v0.5.1
12
12
github.com/google/gops v0.3.11
13
- github.com/gorilla/handlers v1.4.2
13
+ github.com/gorilla/handlers v1.5.0
14
14
github.com/hybrik/hybrik-sdk-go v0.0.0-20170516091026-c2eee0e66af9
15
15
github.com/kelseyhightower/envconfig v1.4.0
16
16
github.com/kr/pretty v0.2.1
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1
49
49
github.com/eapache/queue v1.1.0 /go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I =
50
50
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A =
51
51
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 /go.mod h1:UbMTZqLaRiH3MsBH8va0n7s1pQYcu3uTb8G4tygF4Zg =
52
+ github.com/felixge/httpsnoop v1.0.1 h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ =
53
+ github.com/felixge/httpsnoop v1.0.1 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
52
54
github.com/fluent/fluent-logger-golang v1.4.0 h1:uT1Lzz5yFV16YvDwWbjX6s3AYngnJz8byTCsMTIS0tU =
53
55
github.com/fluent/fluent-logger-golang v1.4.0 /go.mod h1:2/HCT/jTy78yGyeNGQLGQsjF3zzzAuy6Xlk6FCMV5eU =
54
56
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I =
@@ -108,6 +110,8 @@ github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51
108
110
github.com/gorilla/handlers v1.4.0 /go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ =
109
111
github.com/gorilla/handlers v1.4.2 h1:0QniY0USkHQ1RGCLfKxeNHK9bkDHGRYGNDFBCS+YARg =
110
112
github.com/gorilla/handlers v1.4.2 /go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ =
113
+ github.com/gorilla/handlers v1.5.0 h1:4wjo3sf9azi99c8hTmyaxp9y5S+pFszsy3pP0rAw/lw =
114
+ github.com/gorilla/handlers v1.5.0 /go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q =
111
115
github.com/gorilla/mux v1.7.0 h1:tOSd0UKHQd6urX6ApfOn4XdBMY6Sh1MfxV3kmaazO+U =
112
116
github.com/gorilla/mux v1.7.0 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
113
117
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 /go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs =
You can’t perform that action at this time.
0 commit comments