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-20211205182925-97ca703d548d to 0.1.0 #216

Open
wants to merge 1 commit into
base: main
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
33 changes: 5 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ go 1.16

require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
cloud.google.com/go v0.99.0
git.apache.org/thrift.git v0.12.0 // indirect
github.com/apache/thrift v0.12.0 // indirect
github.com/asdine/storm v2.1.2+incompatible
github.com/aws/aws-sdk-go v1.29.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/gift v1.2.0
github.com/disintegration/gift v1.2.0 // indirect
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
github.com/djherbis/times v1.1.0
github.com/felixge/httpsnoop v1.0.1
Expand All @@ -20,42 +16,23 @@ require (
github.com/function61/pi-security-module v0.0.0-20190220142443-5dc20d261fd1
github.com/function61/ubackup v0.0.0-20200625081923-f624fa1cb786
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/golang/protobuf v1.5.2
github.com/gorilla/context v1.1.1
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/hashicorp/golang-lru v0.5.4
github.com/inconshreveable/mousetrap v1.0.0
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/klauspost/compress v1.10.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.8
github.com/minio/sha256-simd v0.1.1
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/nwaples/rardecode v1.1.0
github.com/olekukonko/tablewriter v0.0.1
github.com/openzipkin/zipkin-go v0.1.6 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/xattr v0.4.9
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/procfs v0.0.8
github.com/raviqqe/liche v0.0.0-20200229003944-f57a5d1c5be4 // indirect
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/vmihailenco/msgpack v4.0.1+incompatible
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
go.etcd.io/bbolt v1.3.2
go.opencensus.io v0.23.0
golang.org/x/build v0.0.0-20190314133821-5284462c4bec // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
golang.org/x/text v0.3.7
golang.org/x/sys v0.1.0 // indirect
google.golang.org/api v0.62.0
google.golang.org/appengine v1.6.7
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.42.0
)
Loading