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/sys from 0.0.0-20201028215240-c5abc1b1d397 to 0.1.0 in /go/go-learn #89

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
20 changes: 1 addition & 19 deletions go/go-learn/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,4 @@ module go-learn

go 1.12

require (
github.com/go-delve/delve v1.5.0 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-dap v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/muesli/cache2go v0.0.0-20200423001931-a100c5aac93f
github.com/peterh/liner v1.2.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/stretchr/testify v1.4.0 // indirect
go.starlark.net v0.0.0-20201014215153-dff0ae5b4820 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/ratelimit v0.1.0 // indirect
golang.org/x/arch v0.0.0-20201008161808-52c3e6f60cff // indirect
golang.org/x/sys v0.0.0-20201028215240-c5abc1b1d397 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
require github.com/gomodule/redigo v2.0.0+incompatible
Loading