Skip to content

Commit

Permalink
remove jwt-go and run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 5, 2021
1 parent e282a91 commit 5cbb71c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 145 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/adshao/go-binance/v2 v2.3.2
github.com/c9s/callbackgen v0.0.0-20200923145104-900eb6f89ba4 // indirect
github.com/c9s/rockhopper v1.2.1-0.20210217093258-2661955904a9
github.com/codingconcepts/env v0.0.0-20200821220118-a8fbf8d84482
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.0
Expand Down Expand Up @@ -50,7 +48,6 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tebeka/strftime v0.1.3 // indirect
github.com/tools/godep v0.0.0-20180126220526-ce0bfadeb516 // indirect
github.com/ugorji/go v1.2.3 // indirect
github.com/valyala/fastjson v1.5.1
github.com/webview/webview v0.0.0-20210216142346-e0bfdf0e5d90
Expand Down
Loading

0 comments on commit 5cbb71c

Please sign in to comment.