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/sys from 0.0.0-20200219091948-cb0a6d8edb6c to 0.1.0 #4

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
17 changes: 9 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ require (
cloud.google.com/go/storage v1.5.0
github.com/PuerkitoBio/goquery v1.5.1
github.com/agux/rigma v0.0.0-20200223072712-591e65e9bedd
github.com/agux/roprox v0.0.0-20200222155758-f2e44248e23e
github.com/bitly/go-hostpool v0.1.0
github.com/carusyte/stock v0.0.0-20200222142039-fdac3fb05bbf
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/chromedp/cdproto v0.0.0-20200209033844-7e00b02ea7d2 // indirect
github.com/chromedp/chromedp v0.5.3
github.com/gchaincl/dotsql v1.0.0
github.com/go-sql-driver/mysql v1.5.0
github.com/jfcg/opt v0.3.1 // indirect
github.com/jfcg/sixb v1.3.8 // indirect
github.com/jfcg/sorty v0.4.4
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
github.com/lytics/lifecycle v0.0.0-20130117214539-7b4c4028d422 // indirect
Expand All @@ -27,18 +28,18 @@ require (
github.com/pkg/profile v1.4.0
github.com/satori/go.uuid v1.2.0
github.com/sciter-sdk/go-sciter v0.5.0
github.com/shawnsmithdev/zermelo v1.5.3 // indirect
github.com/shirou/gopsutil v2.20.1+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/ssgreg/repeat v1.5.0
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
golang.org/x/exp v0.0.0-20200221183520-7c80518d1cc7 // indirect
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd // indirect
github.com/yourbasic/radix v0.0.0-20180308122924-cbe1cc82e907 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.7
google.golang.org/api v0.17.0
google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5 // indirect
gopkg.in/gorp.v2 v2.2.0
Expand Down
Loading