Skip to content

Commit

Permalink
Removing jwt-go from mod file (#115)
Browse files Browse the repository at this point in the history
* Removing jwt-go from mod file

* dependency on viper1.7.0
  • Loading branch information
hoppea2 authored Jul 27, 2021
1 parent a9b2a0a commit 122038f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ go 1.16

require (
github.com/alicebob/miniredis/v2 v2.14.3
github.com/dell/goisilon v1.4.0 // indirect
github.com/dell/goisilon v1.4.0
github.com/dell/gopowermax v1.4.0
github.com/dell/goscaleio v1.2.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.9
github.com/go-redis/redis v6.15.9+incompatible
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ github.com/dell/gopowermax v1.4.0/go.mod h1:PCssc1Twr0sfXX48P9ayFTa/vl17xzORHDu1
github.com/dell/goscaleio v1.2.0 h1:97x2rM0cRlBhy3povQe1OhxF4uI9vCgjRb/o19nP2d0=
github.com/dell/goscaleio v1.2.0/go.mod h1:xrLhA17HgAXG616N7jQOatzVuxeZ5rfYsGSUBaQ7U8I=
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=
Expand Down

0 comments on commit 122038f

Please sign in to comment.