Skip to content

Commit

Permalink
Upgrade github.com/gorilla/handlers to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavGatsanoga committed Mar 10, 2020
1 parent 6d6f4be commit edd9796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/Financial-Times/transactionid-utils-go v0.2.0
github.com/Shopify/sarama v1.23.1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.2.1
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.4.1-0.20170524010104-043ee6597c29
github.com/hashicorp/go-version v0.0.0-20170202080759-03c5bf6be031 // indirect
github.com/jawher/mow.cli v0.0.0-20170430135212-8327d12beb75
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ github.com/golang/snappy v0.0.1 h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=
github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
github.com/gorilla/handlers v1.2.1 h1:IW0s9JrxTVsutEp77dGDlBv+PZnW6HKse4TrzJ0b+8g=
github.com/gorilla/handlers v1.2.1/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ=
github.com/gorilla/handlers v1.3.0 h1:tsg9qP3mjt1h4Roxp+M1paRjrVBfPSOpBuVclh6YluI=
github.com/gorilla/handlers v1.3.0/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ=
github.com/gorilla/mux v1.4.1-0.20170524010104-043ee6597c29 h1:NtqwqlshtdtTkC3nFy5SdTCI+cSrwlcrS/gJsUt/at0=
github.com/gorilla/mux v1.4.1-0.20170524010104-043ee6597c29/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=
Expand Down

0 comments on commit edd9796

Please sign in to comment.