@@ -6,33 +6,35 @@ require (
|
6 | 6 | .com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
7 | 7 | .com/davecgh/go-spew v1.1.1
|
8 | 8 | .com/go-redis/redis v6.15.6+incompatible
|
9 |
| -.com/go-sql-driver/mysql v1.4.1 |
10 |
| -.com/gorilla/handlers v1.4.2 |
11 |
| -.com/gorilla/mux v1.7.3 |
| 9 | +.com/go-sql-driver/mysql v1.6.0 |
| 10 | +.com/gorilla/handlers v1.5.1 |
| 11 | +.com/gorilla/mux v1.8.0 |
12 | 12 | .com/haozibi/gendry v0.0.0-20181228133255-0e378288a754
|
13 |
| -.com/jmoiron/sqlx v1.2.0 |
14 |
| -.com/mattn/go-sqlite3 v1.14.4 |
| 13 | +.com/jmoiron/sqlx v1.3.5 |
| 14 | +.com/mattn/go-sqlite3 v1.14.14 |
15 | 15 | .com/nikolaydubina/calendarheatmap v1.7.0
|
16 | 16 | .com/patrickmn/go-cache v2.1.0+incompatible
|
17 | 17 | .com/pkg/errors v0.9.1
|
18 |
| -.com/robfig/cron/v3 v3.0.1-0.20190716002318-e843a09e5b2d |
19 |
| -.com/rs/zerolog v1.20.0 |
20 |
| -.com/spf13/cobra v0.0.5 |
| 18 | +.com/robfig/cron/v3 v3.0.1 |
| 19 | +.com/rs/zerolog v1.27.0 |
| 20 | +.com/spf13/cobra v1.5.0 |
21 | 21 | .com/wcharczuk/go-chart v2.0.2-0.20190910040548-3a7bc5543113+incompatible
|
22 |
| -golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 |
23 |
| -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 |
| 22 | +golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 |
| 23 | +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 |
24 | 24 | )
|
25 | 25 |
|
26 | 26 | require (
|
27 | 27 | .com/blend/go-sdk v2.0.0+incompatible // indirect
|
| 28 | +.com/felixge/httpsnoop v1.0.3 // indirect |
28 | 29 | .com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
29 | 30 | .com/inconshreveable/mousetrap v1.0.0 // indirect
|
| 31 | +.com/mattn/go-colorable v0.1.12 // indirect |
| 32 | +.com/mattn/go-isatty v0.0.14 // indirect |
30 | 33 | .com/onsi/ginkgo v1.10.2 // indirect
|
31 | 34 | .com/onsi/gomega v1.7.0 // indirect
|
32 |
| -.com/spf13/pflag v1.0.3 // indirect |
| 35 | +.com/spf13/pflag v1.0.5 // indirect |
33 | 36 | .com/stretchr/testify v1.3.0 // indirect
|
34 |
| -golang.org/x/text v0.3.3 // indirect |
35 |
| -google.golang.org/appengine v1.6.5 // indirect |
| 37 | +golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect |
| 38 | +golang.org/x/text v0.3.7 // indirect |
36 | 39 | gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
|
37 |
| -gopkg.in/yaml.v2 v2.4.0 // indirect |
38 | 40 | )
|
0 commit comments