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

Bump golang.org/x/crypto from 0.0.0-20201016220609-9e8e0b390897 to 0.1.0 in /booking #69

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
9 changes: 2 additions & 7 deletions booking/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ go 1.12
require (
github.com/Masterminds/squirrel v1.4.0
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/garyburd/redigo v1.6.2 // indirect
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/klauspost/compress v1.11.1 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/poy/onpar v1.0.0 // indirect
github.com/revel/cmd v1.0.2
github.com/revel/config v1.0.0 // indirect
github.com/revel/cron v1.0.0 // indirect
github.com/revel/modules v1.0.0
github.com/revel/revel v1.0.0
github.com/valyala/fasthttp v1.16.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
golang.org/x/crypto v0.1.0
)
Loading