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-20200302210943-78000ba7a073 to 0.1.0 in /backend #13

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
6 changes: 1 addition & 5 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ require (
github.com/dhowden/tag v0.0.0-20191122115059-7e5c04feccd8
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.5.0
github.com/gobuffalo/packr v1.30.1
github.com/gobuffalo/packr/v2 v2.8.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/wtolson/go-taglib v0.0.0-20180718000046-586eb63c2628
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/tools v0.0.0-20200310211204-3e041465ccae // indirect
golang.org/x/crypto v0.1.0 // indirect
)
Loading