File: go.mod

package info (click to toggle)
golang-github-arduino-go-properties-orderedmap 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/arduino/go-properties-orderedmap

go 1.13

require (
	github.com/arduino/go-paths-helper v1.0.1
	github.com/stretchr/testify v1.3.0
)