diff --git a/globals.go b/globals.go index bb9ed21..d03d5bf 100644 --- a/globals.go +++ b/globals.go @@ -14,4 +14,4 @@ var Cache *cache.ArtCache = cache.New(Version) var devRegex = regexp.MustCompile(`(.+)`) // Version is the package version -const Version = "1.4.8" +const Version string = "1.4.9" diff --git a/go.mod b/go.mod index e0a1a29..d27bf1a 100644 --- a/go.mod +++ b/go.mod @@ -3,21 +3,21 @@ module github.com/mjwhitta/artty go 1.19 require ( - github.com/mjwhitta/cli v1.12.3 - github.com/mjwhitta/errors v1.0.2 - github.com/mjwhitta/hilighter v1.11.8 - github.com/mjwhitta/jq v1.5.5 - github.com/mjwhitta/jsoncfg v1.6.12 - github.com/mjwhitta/log v1.6.8 - github.com/mjwhitta/pathname v1.2.5 - github.com/mjwhitta/sysinfo v1.5.5 - github.com/mjwhitta/where v1.3.1 + github.com/mjwhitta/cli v1.12.4 + github.com/mjwhitta/errors v1.0.3 + github.com/mjwhitta/hilighter v1.11.9 + github.com/mjwhitta/jq v1.5.6 + github.com/mjwhitta/jsoncfg v1.6.13 + github.com/mjwhitta/log v1.6.9 + github.com/mjwhitta/pathname v1.2.6 + github.com/mjwhitta/sysinfo v1.5.6 + github.com/mjwhitta/where v1.3.2 github.com/stretchr/testify v1.9.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/mjwhitta/safety v1.11.3 // indirect + github.com/mjwhitta/safety v1.11.4 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sys v0.18.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/go.sum b/go.sum index a8f6e31..856a743 100644 --- a/go.sum +++ b/go.sum @@ -2,26 +2,26 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/mjwhitta/cli v1.12.3 h1:3j+QWNnOJMNwQuSFAHkiynvJ4NuGVarlml701afmKv4= -github.com/mjwhitta/cli v1.12.3/go.mod h1:NnyhgKZy85L4PVuZBC+gi2b8bSty0lglc/0jyWAHdUw= -github.com/mjwhitta/errors v1.0.2 h1:5QmN4kKfFwYiSsdASDmoi3ie7HesdU7pNDqlhXE9nuU= -github.com/mjwhitta/errors v1.0.2/go.mod h1:VxHM8bLMPVqkvHiYQq4Nq4sjNqPjUtKLhSF2I0wve5U= -github.com/mjwhitta/hilighter v1.11.8 h1:NLuAItqEYrTR+KoWJWgjCN7q16AFbQ+18jxhaddsR/I= -github.com/mjwhitta/hilighter v1.11.8/go.mod h1:Pu8Izc9swJE44ffH4qK7xuKs1cRY+n+YeEvJzx4S/Nw= -github.com/mjwhitta/jq v1.5.5 h1:GHWCmesiCm69l2BZAtsoTK+YDAGrilL/yizhqpAIikI= -github.com/mjwhitta/jq v1.5.5/go.mod h1:6JdcGqPfEqTmCJq0bEkpQq8JZp9MAxCBeNchR68UmoM= -github.com/mjwhitta/jsoncfg v1.6.12 h1:VIMAdED0J1IzETGyDBpXBfQwlmjQJB1UDwwnOM7DOwI= -github.com/mjwhitta/jsoncfg v1.6.12/go.mod h1:oWik7JqstAnW3YFaUSEhNTRmco2+R0cjUKD3xSM47/I= -github.com/mjwhitta/log v1.6.8 h1:ffV22/CMHi/uIZEaLNFeJgFdwVnmsr3wnMPef9RvoJ0= -github.com/mjwhitta/log v1.6.8/go.mod h1:RE1+QOB5/UTbWZyTSp+npWK01/8bIJORZZdJaJhwoN8= -github.com/mjwhitta/pathname v1.2.5 h1:wSUZGv+mCrmndNkX2uak8XMZhkXXbgjYG/dMclGKrUE= -github.com/mjwhitta/pathname v1.2.5/go.mod h1:t0k8GIucdXPKhiKyV4aAWtBA9LhLB7mV50DJlhrMpog= -github.com/mjwhitta/safety v1.11.3 h1:dpg6CIQrlrt8yf/cXEdhPI+vRV6g/cRw8uO/TmUK1Mg= -github.com/mjwhitta/safety v1.11.3/go.mod h1:K/LrHWgnJlD5vCe0c9tH4E2prhl4Xpl6nBelXAvuXo0= -github.com/mjwhitta/sysinfo v1.5.5 h1:tjI0xOjsjrcIXytFjqeg+Zd1mIbfHqH96ac9vIwQfuM= -github.com/mjwhitta/sysinfo v1.5.5/go.mod h1:AwDaTZ57jlnr5xgL1O8j4gKPJbDGRGv/ucJrNrS28pM= -github.com/mjwhitta/where v1.3.1 h1:f/f249NzGP1dWIMYbY5bMAGoPpGo0djuof7RMhXHOS8= -github.com/mjwhitta/where v1.3.1/go.mod h1:nyzr9JEPw0CyRiHLJ8fjHg49owry0oQeyDl+ovKEd7M= +github.com/mjwhitta/cli v1.12.4 h1:9/GaHFszigkF3hl6gkQq9+PKLTP9koJ38jPH5MeAzKk= +github.com/mjwhitta/cli v1.12.4/go.mod h1:497aphw0WscFzb+b0S5R5U8r7yEo6aYQSe9p2WVfk0A= +github.com/mjwhitta/errors v1.0.3 h1:0+L8/7ypucj6ufBNt8Rm2qPvJ9qwmS+TtgOJYCYb6Sw= +github.com/mjwhitta/errors v1.0.3/go.mod h1:VxHM8bLMPVqkvHiYQq4Nq4sjNqPjUtKLhSF2I0wve5U= +github.com/mjwhitta/hilighter v1.11.9 h1:jC+44GMw9xe83cSypZKj3Q0+zWup/jblBw467L2Mer8= +github.com/mjwhitta/hilighter v1.11.9/go.mod h1:0db9WcxBNN3QKZZwoayq2OeQg7dJwwbCjxBEUjAyrKk= +github.com/mjwhitta/jq v1.5.6 h1:Oyf/yC6+TJ6KUg3ixaklJs2GXhMOLbEU3gIEpiFJGqw= +github.com/mjwhitta/jq v1.5.6/go.mod h1:Caobm8oao5AJcddjRyLbl8HVxVsC2OkBj1CmQenhU90= +github.com/mjwhitta/jsoncfg v1.6.13 h1:y+6oh1Sbp8WEbifAAWIHNQ7Wv6VnqypXQkpyQVPilgY= +github.com/mjwhitta/jsoncfg v1.6.13/go.mod h1:Yd/4N20dm4TjMUA9KzE5L1XwXOiW+k4IWcZeB7GSDvo= +github.com/mjwhitta/log v1.6.9 h1:HHAHeSShnS8BlpjWgMf8RG9+sfiD1ndwj/nTvBZYXGQ= +github.com/mjwhitta/log v1.6.9/go.mod h1:1Jivi6+ZSy484mNVS+eDRaAOk/ora8Su1J+CybLsKP8= +github.com/mjwhitta/pathname v1.2.6 h1:Typr5o3gDvcc+W3tKl65fCySynsbnYHdiWOI4F4l6dc= +github.com/mjwhitta/pathname v1.2.6/go.mod h1:oKeW08rlanuU5o06YeXZYhzkIbqWR/LqvzeVd+Iy5xY= +github.com/mjwhitta/safety v1.11.4 h1:AeKEPOneuROKY2hCmvEZk2Up/cex1ZEZccB81G4vVTY= +github.com/mjwhitta/safety v1.11.4/go.mod h1:K/LrHWgnJlD5vCe0c9tH4E2prhl4Xpl6nBelXAvuXo0= +github.com/mjwhitta/sysinfo v1.5.6 h1:kDSQxHGPr0wjWc9oCOhmLhLlrZUrV4N4R+6pix7Tmyg= +github.com/mjwhitta/sysinfo v1.5.6/go.mod h1:N6Ql9rBL9IMHu/6DRNEMEozaMcmNFH8pLWvRqj5uxgI= +github.com/mjwhitta/where v1.3.2 h1:Q52oBev1Dube8/Z9Z6tJPUCXGRZuquYm55MbQnIn8yo= +github.com/mjwhitta/where v1.3.2/go.mod h1:9FBGqqcA5lKPANyhE3+WdtNF7BrTa8MCu4z12GdB7c8= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=