Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwhitta committed Dec 15, 2023
1 parent 6e7e6b0 commit 551b433
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions cmd/arTTY/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func init() {
"bash: Generate bash code\n",
"go: Generate go code\n",
"json: Generate JSON from image file\n",
"stdout: Display art (default)\n",
"stdout: Render art\n",
"python: Generate python code\n",
"ruby: Generate ruby code",
)
Expand Down Expand Up @@ -177,7 +177,7 @@ func init() {
&flags.format,
"format",
"stdout",
"Specify the output format.",
"Specify the output format (default: stdout, see FORMATS).",
)
cli.Flag(
&flags.fortune,
Expand Down
2 changes: 1 addition & 1 deletion globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ var Cache *cache.ArtCache = cache.New(Version)
var devRegex = regexp.MustCompile(`<a href.+>(.+)</a>`)

// Version is the package version
const Version = "1.4.4"
const Version = "1.4.5"
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ module github.com/mjwhitta/artty
go 1.19

require (
github.com/mjwhitta/cli v1.11.0
github.com/mjwhitta/cli v1.12.0
github.com/mjwhitta/errors v1.0.2
github.com/mjwhitta/hilighter v1.11.3
github.com/mjwhitta/hilighter v1.11.4
github.com/mjwhitta/jq v1.5.4
github.com/mjwhitta/jsoncfg v1.6.10
github.com/mjwhitta/log v1.6.4
github.com/mjwhitta/log v1.6.5
github.com/mjwhitta/pathname v1.2.5
github.com/mjwhitta/sysinfo v1.5.1
github.com/mjwhitta/where v1.2.8
github.com/mjwhitta/sysinfo v1.5.2
github.com/mjwhitta/where v1.2.9
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mjwhitta/safety v1.11.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ 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.11.0 h1:Y38x9ZMq6FZMRTcUSJDV35sDu2kAlkz4Nwf4fX9Owww=
github.com/mjwhitta/cli v1.11.0/go.mod h1:NnyhgKZy85L4PVuZBC+gi2b8bSty0lglc/0jyWAHdUw=
github.com/mjwhitta/cli v1.12.0 h1:zqJP3qiEtWrDZ3wQodZ/xh+F8JDA3uHksvVCleZ7NM0=
github.com/mjwhitta/cli v1.12.0/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.3 h1:2r6t8CdSU9HUamK73R1RR9jmH+7QYkh8XGFXZetVCyI=
github.com/mjwhitta/hilighter v1.11.3/go.mod h1:/PQ6zrYVQSuX8s9j05nnjQB+kM4+nj3alMYcxyqFAnY=
github.com/mjwhitta/hilighter v1.11.4 h1:o+F3Zrfg+qeDe+iRl91C+9LyuCLl5bChhcozorltGQg=
github.com/mjwhitta/hilighter v1.11.4/go.mod h1:kZL6BcRWK87Ln/y84Ec5ftRYPyKG1daDi3pDP34o7T0=
github.com/mjwhitta/jq v1.5.4 h1:Qtz19TiwoGvuhswzIX4AK2BnJy+RXQppVSridNDBMqE=
github.com/mjwhitta/jq v1.5.4/go.mod h1:6JdcGqPfEqTmCJq0bEkpQq8JZp9MAxCBeNchR68UmoM=
github.com/mjwhitta/jsoncfg v1.6.10 h1:8SJkA6K6KHCH+MNwdl1os7Zs5xQZnsiI8CAEokL2Se4=
github.com/mjwhitta/jsoncfg v1.6.10/go.mod h1:ctPED06LIU7PZTrvdipoLEvmS+fFMW/lrMJal1R1Fxg=
github.com/mjwhitta/log v1.6.4 h1:lc/7UK9i7hfjVhQSiWhRvgcpqt3X9CoXNGP59bAs06c=
github.com/mjwhitta/log v1.6.4/go.mod h1:/+6cIdTt1mlWG6QNIIXfDdj4Gw0eoPrNEzHEtETiZYQ=
github.com/mjwhitta/log v1.6.5 h1:Js7V1L2Y3OUAWnykng8NEfSW9lrKOdy1TedLJ2KBCXI=
github.com/mjwhitta/log v1.6.5/go.mod h1:fr5iTTV6OJIzn7fxvjyMbSp/Tq64hgt2K3yXvPjAqq8=
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.1 h1:5xkPJof2QASxPJYXdmMTudc1tSkzirmCD9m0BxZT05I=
github.com/mjwhitta/sysinfo v1.5.1/go.mod h1:8qDDoBw0YlkJRHTE0mtnNinF8arhal7vJhnAZml4UdU=
github.com/mjwhitta/where v1.2.8 h1:ntR9wmZL6gOTQSqulBorVzOzVXrK3LV9vid84WCJpmw=
github.com/mjwhitta/where v1.2.8/go.mod h1:5LSdFUCeFdLMjQN7POICOJK/mwV7MzZwY+WXoeH3b2I=
github.com/mjwhitta/sysinfo v1.5.2 h1:FCo12LByEDpjzwuf02h54NwUVQ2Q3Joe0J/LetKMX1w=
github.com/mjwhitta/sysinfo v1.5.2/go.mod h1:0yhXYM+Xzrwex6Wk+JJmyFXf6XCO/kxp2cPcy2yCivs=
github.com/mjwhitta/where v1.2.9 h1:dewvKFWqVaXCYZFIPIFP0z23kefaWv9GcErd276Ncpo=
github.com/mjwhitta/where v1.2.9/go.mod h1:YlsPe6W7gdntj6l/oyv6M6/R5AKfkRp5vFDuQN9E07E=
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=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down

0 comments on commit 551b433

Please sign in to comment.