diff options
author | Doog <157747121+doogongithub@users.noreply.github.com> | 2024-02-29 20:13:48 -0500 |
---|---|---|
committer | Doog <157747121+doogongithub@users.noreply.github.com> | 2024-02-29 20:13:48 -0500 |
commit | 9f9a33cbf55d38987a66b709284d2bb4ffea0fe9 (patch) | |
tree | 1e0539e708983ca05bb4e07d22b9ec10b95d2473 /api/go.mod | |
parent | e37c73e33a4aaf7fb8d25b5af03627f20bcda19f (diff) |
modify api, build additional FE components, add types
Diffstat (limited to 'api/go.mod')
-rw-r--r-- | api/go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,9 @@ go 1.18 | |||
4 | 4 | ||
5 | require ( | 5 | require ( |
6 | github.com/gin-gonic/gin v1.9.1 | 6 | github.com/gin-gonic/gin v1.9.1 |
7 | github.com/google/uuid v1.6.0 | ||
7 | github.com/mattn/go-sqlite3 v1.14.22 | 8 | github.com/mattn/go-sqlite3 v1.14.22 |
9 | golang.org/x/crypto v0.19.0 | ||
8 | ) | 10 | ) |
9 | 11 | ||
10 | require ( | 12 | require ( |
@@ -27,7 +29,6 @@ require ( | |||
27 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | 29 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
28 | github.com/ugorji/go/codec v1.2.12 // indirect | 30 | github.com/ugorji/go/codec v1.2.12 // indirect |
29 | golang.org/x/arch v0.7.0 // indirect | 31 | golang.org/x/arch v0.7.0 // indirect |
30 | golang.org/x/crypto v0.19.0 // indirect | ||
31 | golang.org/x/net v0.21.0 // indirect | 32 | golang.org/x/net v0.21.0 // indirect |
32 | golang.org/x/sys v0.17.0 // indirect | 33 | golang.org/x/sys v0.17.0 // indirect |
33 | golang.org/x/text v0.14.0 // indirect | 34 | golang.org/x/text v0.14.0 // indirect |