-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 737 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/jorgefuertes/mister-modemu
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/glinton/ping v0.1.3
github.com/jackpal/gateway v1.0.6
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/yelinaung/wifi-name v0.0.0-20181205043121-60d8acb81b8f
golang.org/x/net v0.0.0-20201009032441-dbdefad45b89 // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.3.0 // indirect
)