|
1 | 1 | module github.com/benjaminbear/docker-ddns-server/dyndns |
2 | 2 |
|
3 | | -go 1.18 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/foolin/goview v0.3.0 |
7 | | - github.com/go-playground/validator/v10 v10.11.0 |
| 7 | + github.com/go-playground/validator/v10 v10.14.0 |
8 | 8 | github.com/jinzhu/gorm v1.9.16 |
9 | | - github.com/labstack/echo/v4 v4.7.2 |
10 | | - github.com/labstack/gommon v0.3.1 |
11 | | - github.com/tg123/go-htpasswd v1.2.0 |
| 9 | + github.com/labstack/echo/v4 v4.10.2 |
| 10 | + github.com/labstack/gommon v0.4.0 |
| 11 | + github.com/tg123/go-htpasswd v1.2.1 |
12 | 12 | ) |
13 | 13 |
|
14 | 14 | require ( |
15 | 15 | github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect |
16 | | - github.com/go-playground/locales v0.14.0 // indirect |
17 | | - github.com/go-playground/universal-translator v0.18.0 // indirect |
| 16 | + github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
| 17 | + github.com/go-playground/locales v0.14.1 // indirect |
| 18 | + github.com/go-playground/universal-translator v0.18.1 // indirect |
18 | 19 | github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
19 | 20 | github.com/jinzhu/inflection v1.0.0 // indirect |
20 | | - github.com/leodido/go-urn v1.2.1 // indirect |
21 | | - github.com/mattn/go-colorable v0.1.12 // indirect |
22 | | - github.com/mattn/go-isatty v0.0.14 // indirect |
| 21 | + github.com/leodido/go-urn v1.2.4 // indirect |
| 22 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 23 | + github.com/mattn/go-isatty v0.0.17 // indirect |
23 | 24 | github.com/mattn/go-sqlite3 v1.14.0 // indirect |
24 | 25 | github.com/valyala/bytebufferpool v1.0.0 // indirect |
25 | | - github.com/valyala/fasttemplate v1.2.1 // indirect |
26 | | - golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect |
27 | | - golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect |
28 | | - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect |
29 | | - golang.org/x/text v0.3.7 // indirect |
30 | | - golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect |
| 26 | + github.com/valyala/fasttemplate v1.2.2 // indirect |
| 27 | + golang.org/x/crypto v0.7.0 // indirect |
| 28 | + golang.org/x/net v0.8.0 // indirect |
| 29 | + golang.org/x/sys v0.6.0 // indirect |
| 30 | + golang.org/x/text v0.8.0 // indirect |
| 31 | + golang.org/x/time v0.3.0 // indirect |
31 | 32 | ) |
0 commit comments