-
Notifications
You must be signed in to change notification settings - Fork 520
/
Copy pathgo.mod
30 lines (28 loc) · 1.24 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/mame82/P4wnP1_aloa
require (
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger v1.5.5-0.20181020042726-fbb27786246d
github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
github.com/godbus/dbus v4.1.0+incompatible
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/golang/protobuf v1.5.2
github.com/gopherjs/gopherjs v1.18.0-beta2
github.com/gorilla/websocket v1.4.0 // indirect
github.com/improbable-eng/grpc-web v0.0.0-20181111131931-77784bdb46c6
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/johanbrandhorst/protobuf v0.7.1
github.com/mame82/hvue v0.0.0-20181029154725-6c76eb2e8ae9
github.com/mame82/mblue-toolz v0.1.1
github.com/mame82/mvuex v0.0.0-20181014150044-3964e4abefc6
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rs/cors v1.6.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
google.golang.org/grpc v1.38.0
gopkg.in/sourcemap.v1 v1.0.5 // indirect
periph.io/x/periph v3.3.0+incompatible
)
go 1.13