1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-09 01:42:00 +03:00
Files
library-registry/manager/go.mod
per1234 050ac29d24 Automate the Library Manager submission process
Submissions of libraries to the Arduino Library Manager index can be done by submitting a pull request adding repositor
URLs to the list. The submissions are checked for compliance wih the requirements for addition to the index and as soon
as they are passing the pull request is merged and the entries are pushed to the index source file.
2021-01-19 00:05:38 -08:00

11 lines
247 B
Modula-2

module github.com/arduino/library-manager-list/manager
go 1.14
require (
github.com/arduino/go-paths-helper v1.5.0
github.com/arduino/go-properties-orderedmap v1.4.0
github.com/sourcegraph/go-diff v0.6.1
github.com/stretchr/testify v1.3.0
)