add shell parser

This commit is contained in:
sawka 2022-10-24 15:35:01 -07:00
parent d8b5508b77
commit 5d6c77491f
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@ -13,4 +13,5 @@ require (
require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
golang.org/x/mod v0.5.1 // indirect
mvdan.cc/sh/v3 v3.5.1 // indirect
)

2
go.sum
View File

@ -12,3 +12,5 @@ golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38=
golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad h1:ntjMns5wyP/fN65tdBD4g8J5w8n015+iIIs9rtjXkY0=
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
mvdan.cc/sh/v3 v3.5.1 h1:hmP3UOw4f+EYexsJjFxvU38+kn+V/s2CclXHanIBkmQ=
mvdan.cc/sh/v3 v3.5.1/go.mod h1:1JcoyAKm1lZw/2bZje/iYKWicU/KMd0rsyJeKHnsK4E=