File: go.mod

package info (click to toggle)
golang-github-muka-go-bluetooth 5.60-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,688 kB
  • sloc: makefile: 92; sh: 2
file content (12 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/muka/go-bluetooth/_examples

go 1.14

replace github.com/muka/go-bluetooth v0.0.0 => ../

require (
	github.com/muka/go-bluetooth v0.0.0
	github.com/sirupsen/logrus v1.6.0
	github.com/spf13/cobra v0.0.7
	github.com/spf13/viper v1.6.2
)