File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
66replace github.com/arduino/arduino-lint => ../
77
8+ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 // https://github.com/oleiade/reflections/issues/14
9+
810require (
911 github.com/arduino/arduino-lint v0.0.0
1012 github.com/spf13/cobra v1.1.1
Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA
751751github.com/nkovacs/streamquote v1.0.0 /go.mod h1:BN+NaZ2CmdKqUuTUXUEm9j95B2TRbpOWpxbJYzzgUsc =
752752github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d /go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U =
753753github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
754- github.com/oleiade/reflections v1.0.0 /go.mod h1:RbATFBbKYkVdqmSFtx13Bb/tVhR0lgOBXunWTZKeL4w =
754+ github.com/oleiade/reflections v1.0.1 /go.mod h1:rdFxbxq4QXVZWj0F+e9jqjDkc7dbp97vkRixKo2JR60 =
755755github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228 /go.mod h1:MGuVJ1+5TX1SCoO2Sx0eAnjpdRytYla2uC1YIZfkC9c =
756756github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
757757github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/arduino/arduino-lint
22
33go 1.16
44
5+ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 // https://github.com/oleiade/reflections/issues/14
6+
57require (
68 github.com/Microsoft/go-winio v0.4.16 // indirect
79 github.com/OneOfOne/xxhash v1.2.8 // indirect
Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA
749749github.com/nkovacs/streamquote v1.0.0 /go.mod h1:BN+NaZ2CmdKqUuTUXUEm9j95B2TRbpOWpxbJYzzgUsc =
750750github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d /go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U =
751751github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
752- github.com/oleiade/reflections v1.0.0 /go.mod h1:RbATFBbKYkVdqmSFtx13Bb/tVhR0lgOBXunWTZKeL4w =
752+ github.com/oleiade/reflections v1.0.1 /go.mod h1:rdFxbxq4QXVZWj0F+e9jqjDkc7dbp97vkRixKo2JR60 =
753753github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228 /go.mod h1:MGuVJ1+5TX1SCoO2Sx0eAnjpdRytYla2uC1YIZfkC9c =
754754github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
755755github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
You can’t perform that action at this time.
0 commit comments