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-20200422194213-44a606286825 to 0.1.0 in /mono-repo/gin/{{cookiecutter.repo_name}} #5

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
25 changes: 0 additions & 25 deletions mono-repo/gin/{{cookiecutter.repo_name}}/go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
module creator-mate

go 1.13

require (
github.com/Shopify/sarama v1.26.1 // indirect
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/go-critic/go-critic v0.4.3
github.com/go-redis/redis/v7 v7.2.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gocarina/gocsv v0.0.0-20200330101823-46266ca37bd3
github.com/golang/protobuf v1.3.5
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.1.1
github.com/jinzhu/gorm v1.9.12
github.com/jinzhu/now v1.1.1
github.com/klauspost/compress v1.10.5 // indirect
github.com/micro/go-micro/v2 v2.3.0
github.com/micro/micro/v2 v2.3.1
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rs/xid v1.2.1
golang.org/x/crypto v0.0.0-20200422194213-44a606286825 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
)
Loading