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-20210920023735-84f357641f63 to 0.1.0 #5

Open
wants to merge 1 commit into
base: root
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
21 changes: 1 addition & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,4 @@ module github.com/Plankiton/SexPistol

go 1.15

require (
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
github.com/Showmax/go-fqdn v1.0.0
github.com/fatih/color v1.12.0 // indirect
github.com/go-git/go-git/v5 v5.4.2 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/princjef/gomarkdoc v0.2.1 // indirect
github.com/princjef/mageutil v1.0.0 // indirect
github.com/spf13/cobra v1.2.1 // indirect
github.com/spf13/viper v1.9.0 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf // indirect
golang.org/x/text v0.3.7 // indirect
mvdan.cc/xurls/v2 v2.3.0 // indirect
)
require github.com/Showmax/go-fqdn v1.0.0
Loading