2023-09-21 16:43:11 +01:00
|
|
|
module git.andr3h3nriqu3s.com/andr3/fyp
|
2023-09-18 00:26:42 +01:00
|
|
|
|
2024-01-31 21:48:35 +00:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/charmbracelet/log v0.3.1
|
|
|
|
github.com/galeone/tensorflow/tensorflow/go v0.0.0-20240119075110-6ad3cf65adfe
|
|
|
|
github.com/galeone/tfgo v0.0.0-20230715013254-16113111dc99
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/lib/pq v1.10.9
|
2024-04-09 17:28:59 +01:00
|
|
|
golang.org/x/crypto v0.19.0
|
2024-01-31 21:48:35 +00:00
|
|
|
)
|
2023-09-19 13:39:59 +01:00
|
|
|
|
|
|
|
require (
|
2024-04-08 15:47:31 +01:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
2023-10-06 09:45:47 +01:00
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
2024-01-31 21:48:35 +00:00
|
|
|
github.com/charmbracelet/lipgloss v0.9.1 // indirect
|
2024-04-09 17:28:59 +01:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2023-10-06 09:45:47 +01:00
|
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
2024-04-09 17:28:59 +01:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.19.0 // indirect
|
2024-02-23 23:49:23 +00:00
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2024-04-09 17:28:59 +01:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2023-10-06 09:45:47 +01:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
2024-01-31 21:48:35 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2023-10-06 09:45:47 +01:00
|
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
2024-01-31 21:48:35 +00:00
|
|
|
github.com/rivo/uniseg v0.4.6 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
|
2024-04-09 17:28:59 +01:00
|
|
|
golang.org/x/net v0.21.0 // indirect
|
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-01-31 21:48:35 +00:00
|
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
2023-09-19 13:39:59 +01:00
|
|
|
)
|