File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ require (
1010 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
1111 github.com/davecgh/go-spew v1.1.1
1212 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
13- github.com/dgrijalva/jwt-go v3.2.0+incompatible
1413 github.com/dustin/go-humanize v1.0.0
1514 github.com/evanphx/json-patch/v5 v5.3.0
1615 github.com/getkin/kin-openapi v0.26.0
1716 github.com/go-acme/lego v2.7.2+incompatible
1817 github.com/go-acme/lego/v3 v3.9.0
1918 github.com/gofrs/uuid v4.0.0+incompatible
19+ github.com/golang-jwt/jwt v3.2.2+incompatible
2020 github.com/golang/protobuf v1.5.2
2121 github.com/google/uuid v1.2.0
2222 github.com/gorilla/handlers v1.5.1
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
8888github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8989github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f h1:U5y3Y5UE0w7amNe7Z5G/twsBW0KEalRQXZzf8ufSh9I =
9090github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f /go.mod h1:xH/i4TFMt8koVQZ6WFms69WAsDWr2XsYL3Hkl7jkoLE =
91- github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM =
9291github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
9392github.com/dimchansky/utfbom v1.1.0 /go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8 =
9493github.com/dnaeon/go-vcr v0.0.0-20180814043457-aafff18a5cc2 /go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E =
@@ -159,6 +158,8 @@ github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
159158github.com/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
160159github.com/gogo/protobuf v1.2.0 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
161160github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d /go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A =
161+ github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
162+ github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
162163github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 /go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k =
163164github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
164165github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
You can’t perform that action at this time.
0 commit comments