|
1 | 1 | module github.com/teknologi-umum/captcha
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/aldy505/asciitxt v0.0.2
|
7 | 7 | github.com/allegro/bigcache/v3 v3.1.0
|
8 | 8 | github.com/dgraph-io/badger/v4 v4.2.0
|
9 |
| - github.com/getsentry/sentry-go v0.25.0 |
10 |
| - github.com/go-chi/chi/v5 v5.0.11 |
| 9 | + github.com/getsentry/sentry-go v0.27.0 |
| 10 | + github.com/go-chi/chi/v5 v5.0.12 |
11 | 11 | github.com/goccy/go-yaml v1.9.5
|
12 | 12 | github.com/ilyakaznacheev/cleanenv v1.5.0
|
13 | 13 | github.com/jmoiron/sqlx v1.3.5
|
14 | 14 | github.com/joho/godotenv v1.5.1
|
15 | 15 | github.com/lib/pq v1.10.9
|
16 | 16 | github.com/pkg/errors v0.9.1
|
17 | 17 | github.com/rs/cors v1.10.1
|
18 |
| - github.com/rs/zerolog v1.31.0 |
| 18 | + github.com/rs/zerolog v1.32.0 |
19 | 19 | github.com/spf13/viper v1.13.0
|
20 | 20 | github.com/stretchr/testify v1.8.2
|
21 |
| - github.com/unrolled/secure v1.13.0 |
22 |
| - go.mongodb.org/mongo-driver v1.13.1 |
| 21 | + github.com/unrolled/secure v1.14.0 |
| 22 | + go.mongodb.org/mongo-driver v1.14.0 |
23 | 23 | )
|
24 | 24 |
|
25 | 25 | require (
|
@@ -56,10 +56,10 @@ require (
|
56 | 56 | github.com/xdg-go/stringprep v1.0.4 // indirect
|
57 | 57 | github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
58 | 58 | go.opencensus.io v0.23.0 // indirect
|
59 |
| - golang.org/x/crypto v0.17.0 // indirect |
60 |
| - golang.org/x/net v0.17.0 // indirect |
61 |
| - golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect |
62 |
| - golang.org/x/sys v0.15.0 // indirect |
| 59 | + golang.org/x/crypto v0.21.0 // indirect |
| 60 | + golang.org/x/net v0.22.0 // indirect |
| 61 | + golang.org/x/sync v0.1.0 // indirect |
| 62 | + golang.org/x/sys v0.18.0 // indirect |
63 | 63 | golang.org/x/text v0.14.0 // indirect
|
64 | 64 | golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
65 | 65 | google.golang.org/protobuf v1.33.0 // indirect
|
|
0 commit comments