Skip to content

Commit 0301d48

Browse files
committed
go.mod: cdk v0.5.17; all modules updated; tidy
1 parent d955064 commit 0301d48

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
module github.com/go-curses/ctk
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.21.0
46

57
require (
68
github.com/PuerkitoBio/goquery v1.8.1
7-
github.com/go-curses/cdk v0.5.16
9+
github.com/go-curses/cdk v0.5.17
810
github.com/gobuffalo/plush v3.8.3+incompatible
911
github.com/gofrs/uuid v4.4.0+incompatible
1012
github.com/iancoleman/strcase v0.3.0
1113
github.com/jtolio/gls v4.20.0+incompatible
1214
github.com/mattn/go-runewidth v0.0.15
1315
github.com/smartystreets/goconvey v1.8.1
14-
github.com/tdewolff/parse/v2 v2.7.6
15-
github.com/urfave/cli/v2 v2.25.7
16+
github.com/tdewolff/parse/v2 v2.7.7
17+
github.com/urfave/cli/v2 v2.26.0
1618
golang.org/x/net v0.19.0
1719
golang.org/x/text v0.14.0
1820
)
@@ -38,7 +40,7 @@ require (
3840
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
3941
github.com/gopherjs/gopherjs v1.17.2 // indirect
4042
github.com/gorilla/css v1.0.0 // indirect
41-
github.com/jackdoe/go-gpmctl v0.0.0-20221007100923-dc00b863cb22 // indirect
43+
github.com/jackdoe/go-gpmctl v0.0.0-20231210204613-737e8a242925 // indirect
4244
github.com/jtolds/gls v4.20.0+incompatible // indirect
4345
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
4446
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -55,10 +57,10 @@ require (
5557
github.com/smarty/assertions v1.15.0 // indirect
5658
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
5759
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
58-
github.com/tg123/go-htpasswd v1.2.1 // indirect
60+
github.com/tg123/go-htpasswd v1.2.2 // indirect
5961
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
6062
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
61-
golang.org/x/crypto v0.16.0 // indirect
63+
golang.org/x/crypto v0.17.0 // indirect
6264
golang.org/x/sync v0.1.0 // indirect
6365
golang.org/x/sys v0.15.0 // indirect
6466
golang.org/x/term v0.15.0 // indirect

go.sum

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
2626
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
2727
github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=
2828
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
29-
github.com/go-curses/cdk v0.5.16 h1:JxL6scSkNt8YCuRC3+yE9yZddut1a92D3ttfdMRLM54=
30-
github.com/go-curses/cdk v0.5.16/go.mod h1:0iZ5eW/2K35kixmMT6tyCZ9IVkfr4legCLBflxj/guw=
29+
github.com/go-curses/cdk v0.5.17 h1:cLhVs7ShkYsPPPN+YeLAqEcEiV9Bbk482XX8TKIXGc4=
30+
github.com/go-curses/cdk v0.5.17/go.mod h1:HB8oF1z4N2z+SGmtNN225P/lGzqDAuAud3NOySjKgis=
3131
github.com/go-curses/term v1.2.2-gocurses.1 h1:wUi7qtaZQO9q7+YpX8nGBDoFJd7aWZeo25UrbyPsgPg=
3232
github.com/go-curses/term v1.2.2-gocurses.1/go.mod h1:ZuwRe9U+iLY2qTuhzg/kg0Pc9bZdfcJCtfHrjGvZtVA=
3333
github.com/go-curses/terminfo v1.0.0 h1:vU1G+oYsvSwmywZe6ZsoRQ8a8XDrzlM3rPeejUmpzc4=
@@ -58,8 +58,8 @@ github.com/gorilla/css v1.0.0/go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl
5858
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
5959
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
6060
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w=
61-
github.com/jackdoe/go-gpmctl v0.0.0-20221007100923-dc00b863cb22 h1:KCAL/38jaPxUpca72sSQgyeF9l3+8bnuDfgoHP+1UJo=
62-
github.com/jackdoe/go-gpmctl v0.0.0-20221007100923-dc00b863cb22/go.mod h1:bMpPkG3d+RNLOgVNoGYCAPC9xXezUlX8E08UDjHIl0s=
61+
github.com/jackdoe/go-gpmctl v0.0.0-20231210204613-737e8a242925 h1:g/TTcXmAJszA8uaj0IFZ8CgVCbjTFHb0yES0MBhi1gg=
62+
github.com/jackdoe/go-gpmctl v0.0.0-20231210204613-737e8a242925/go.mod h1:bMpPkG3d+RNLOgVNoGYCAPC9xXezUlX8E08UDjHIl0s=
6363
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=
6464
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
6565
github.com/jtolio/gls v4.20.0+incompatible h1:xC30oFxg2ecFJe77XNuvxjN51nAdHNexrPhFpndmhwA=
@@ -85,7 +85,9 @@ github.com/microcosm-cc/bluemonday v1.0.19/go.mod h1:QNzV2UbLK2/53oIIwTOyLUSABMk
8585
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
8686
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
8787
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
88+
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
8889
github.com/onsi/gomega v1.17.0 h1:9Luw4uT5HTjHTN8+aNcSThgH1vdXnmdJ8xIfZ4wyTRE=
90+
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
8991
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
9092
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
9193
github.com/pkg/profile v1.7.0 h1:hnbDkaNWPCLMO9wGLdBFTIZvzDrDfBM2072E1S9gJkA=
@@ -116,23 +118,24 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
116118
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
117119
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
118120
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
119-
github.com/tdewolff/parse/v2 v2.7.6 h1:PGZH2b/itDSye9RatReRn4GBhsT+KFEMtAMjHRuY1h8=
120-
github.com/tdewolff/parse/v2 v2.7.6/go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA=
121+
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
122+
github.com/tdewolff/parse/v2 v2.7.7 h1:V+50eFDH7Piw4IBwH8D8FtYeYbZp3T4SCtIvmBSIMyc=
123+
github.com/tdewolff/parse/v2 v2.7.7/go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA=
121124
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52 h1:gAQliwn+zJrkjAHVcBEYW/RFvd2St4yYimisvozAYlA=
122125
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
123-
github.com/tg123/go-htpasswd v1.2.1 h1:i4wfsX1KvvkyoMiHZzjS0VzbAPWfxzI8INcZAKtutoU=
124-
github.com/tg123/go-htpasswd v1.2.1/go.mod h1:erHp1B86KXdwQf1X5ZrLb7erXZnWueEQezb2dql4q58=
125-
github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
126-
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
126+
github.com/tg123/go-htpasswd v1.2.2 h1:tmNccDsQ+wYsoRfiONzIhDm5OkVHQzN3w4FOBAlN6BY=
127+
github.com/tg123/go-htpasswd v1.2.2/go.mod h1:FcIrK0J+6zptgVwK1JDlqyajW/1B4PtuJ/FLWl7nx8A=
128+
github.com/urfave/cli/v2 v2.26.0 h1:3f3AMg3HpThFNT4I++TKOejZO8yU55t3JnnSr4S4QEI=
129+
github.com/urfave/cli/v2 v2.26.0/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
127130
github.com/x-cray/logrus-prefixed-formatter v0.5.2 h1:00txxvfBM9muc0jiLIEAkAcIMJzfthRT6usrui8uGmg=
128131
github.com/x-cray/logrus-prefixed-formatter v0.5.2/go.mod h1:2duySbKsL6M18s5GU7VPsoEPHyzalCE06qoARUCeBBE=
129132
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
130133
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
131134
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
132135
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
133136
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
134-
golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
135-
golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
137+
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
138+
golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
136139
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
137140
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
138141
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=

0 commit comments

Comments
 (0)