Files
learn-file-storage-s3-golan…/go.mod
Daniel Hjartland 75be79c6cf initial commit
2025-01-02 16:32:57 +01:00

16 lines
302 B
Modula-2

module github.com/bootdotdev/learn-file-storage-s3-golang-starter
go 1.23.0
require (
github.com/golang-jwt/jwt/v5 v5.0.0-rc.1
golang.org/x/crypto v0.7.0
)
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.24
)