diff options
author | Doog <157747121+doogongithub@users.noreply.github.com> | 2024-02-24 20:08:35 -0500 |
---|---|---|
committer | Doog <157747121+doogongithub@users.noreply.github.com> | 2024-02-24 20:08:35 -0500 |
commit | e37c73e33a4aaf7fb8d25b5af03627f20bcda19f (patch) | |
tree | 277a534e826325e25f881e61e322b4e2e7ec94f9 /api/go.mod | |
parent | 3eafb413a48cde60dea8a7355ee621c6acca952f (diff) |
add gitignore
Diffstat (limited to 'api/go.mod')
-rw-r--r-- | api/go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,12 +3,16 @@ module water/api | |||
3 | go 1.18 | 3 | go 1.18 |
4 | 4 | ||
5 | require ( | 5 | require ( |
6 | github.com/gin-gonic/gin v1.9.1 | ||
7 | github.com/mattn/go-sqlite3 v1.14.22 | ||
8 | ) | ||
9 | |||
10 | require ( | ||
6 | github.com/bytedance/sonic v1.11.0 // indirect | 11 | github.com/bytedance/sonic v1.11.0 // indirect |
7 | github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect | 12 | github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect |
8 | github.com/chenzhuoyu/iasm v0.9.1 // indirect | 13 | github.com/chenzhuoyu/iasm v0.9.1 // indirect |
9 | github.com/gabriel-vasile/mimetype v1.4.3 // indirect | 14 | github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
10 | github.com/gin-contrib/sse v0.1.0 // indirect | 15 | github.com/gin-contrib/sse v0.1.0 // indirect |
11 | github.com/gin-gonic/gin v1.9.1 // indirect | ||
12 | github.com/go-playground/locales v0.14.1 // indirect | 16 | github.com/go-playground/locales v0.14.1 // indirect |
13 | github.com/go-playground/universal-translator v0.18.1 // indirect | 17 | github.com/go-playground/universal-translator v0.18.1 // indirect |
14 | github.com/go-playground/validator/v10 v10.18.0 // indirect | 18 | github.com/go-playground/validator/v10 v10.18.0 // indirect |