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-20210426230700-d19ff857e887 to 0.1.0 #2

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
24 changes: 3 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,11 @@ module src
go 1.16

require (
github.com/MichaelS11/go-dht v0.1.0 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/eclipse/paho.mqtt.golang v1.3.3 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/MichaelS11/go-dht v0.1.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/muka/go-bluetooth v0.0.0-20201211051136-07f31c601d33 // indirect
github.com/nats-io/jwt v1.2.2 // indirect
github.com/nats-io/nats.go v1.10.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/urfave/cli v1.22.5 // indirect
github.com/veandco/go-sdl2 v0.4.5 // indirect
go.bug.st/serial v1.1.3 // indirect
gobot.io/x/gobot v1.15.0 // indirect
gocv.io/x/gocv v0.27.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210501142056-aec3718b3fa0 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
github.com/mattn/go-sqlite3 v1.14.7
gobot.io/x/gobot v1.15.0
periph.io/x/periph v3.6.7+incompatible // indirect
tinygo.org/x/bluetooth v0.3.0 // indirect
)
Loading