File: go.mod

package info (click to toggle)
golang-github-arduino-pluggable-discovery-protocol-handler 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 356 kB
  • sloc: makefile: 7
file content (18 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/arduino/pluggable-discovery-protocol-handler/v2

go 1.21

toolchain go1.21.1

require (
	github.com/arduino/go-paths-helper v1.10.0
	github.com/arduino/go-properties-orderedmap v1.8.0
	github.com/stretchr/testify v1.8.4
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)