Skip to content

Commit

Permalink
update dependancies to remove dependancy on github.com/dgrijalva/jwt-go
Browse files Browse the repository at this point in the history
  • Loading branch information
ntbosscher committed Apr 26, 2022
1 parent 0c3c4c5 commit 7231420
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 297 deletions.
19 changes: 10 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,30 @@ module github.com/ntbosscher/gobase
go 1.14

require (
cloud.google.com/go v0.70.0 // indirect
github.com/Masterminds/squirrel v1.4.0
github.com/aws/aws-sdk-go v1.38.4
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/go-sql-driver/mysql v1.4.0
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gobuffalo/nulls v0.4.0
github.com/gocarina/gocsv v0.0.0-20201103164230-b291445e0dd2
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/gorilla/mux v1.7.4
github.com/gorilla/sessions v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.11.0
github.com/jackc/pgx/v4 v4.16.0
github.com/jmoiron/sqlx v1.2.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.12
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
github.com/lib/pq v1.5.2
github.com/lib/pq v1.10.2
github.com/mailgun/mailgun-go v2.0.0+incompatible
github.com/markbates/goth v1.64.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/markbates/goth v1.71.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
google.golang.org/appengine v1.6.6 // indirect
)
Loading

0 comments on commit 7231420

Please # to comment.