Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/crypto from 0.0.0-20210415154028-4f45737414dc to 0.1.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,28 @@ go 1.12

require (
github.com/Iwark/spreadsheet v0.0.0-20190731183439-815c2aaa68d2
github.com/Songmu/make2help v0.2.0 // indirect
github.com/aws/aws-sdk-go v1.40.48
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/garyburd/redigo v1.6.0
github.com/go-playground/form v3.1.4+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobuffalo/buffalo-plugins v1.6.6 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.7.0
github.com/gorilla/sessions v1.1.3
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/markbates/refresh v1.11.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mssola/user_agent v0.5.0
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/crypto v0.1.0
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
golang.org/x/text v0.3.6
golang.org/x/tools v0.1.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
Loading