mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 15:07:46 +00:00
cfa5103969
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210614182718-04defd469f4e to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
278 B
Modula-2
13 lines
278 B
Modula-2
module tinygo.org/x/drivers
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/frankban/quicktest v1.10.2
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
golang.org/x/net v0.7.0
|
|
tinygo.org/x/tinyfont v0.3.0
|
|
tinygo.org/x/tinyterm v0.1.0
|
|
)
|