Remove deprecated github.com/gorilla/context

This commit is contained in:
Joachim Bauch 2021-04-14 14:23:53 +02:00
parent b32ef67692
commit bccf2d5afd
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
3 changed files with 0 additions and 4 deletions

1
go.mod
View File

@ -5,7 +5,6 @@ go 1.13
require (
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
github.com/google/uuid v1.2.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/websocket v1.4.2

2
go.sum
View File

@ -64,8 +64,6 @@ github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
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/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=

View File

@ -38,7 +38,6 @@ import (
"time"
"github.com/dlintw/goconf"
_ "github.com/gorilla/context"
"github.com/gorilla/mux"
"github.com/nats-io/nats.go"