Initial commit
This commit is contained in:
20
backend/go.mod
Normal file
20
backend/go.mod
Normal file
@@ -0,0 +1,20 @@
|
||||
module github.com/roadwave/roadwave
|
||||
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.52.0
|
||||
github.com/redis/go-redis/v9 v9.4.0
|
||||
github.com/rs/zerolog v1.31.0
|
||||
github.com/spf13/viper v1.18.2
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/go-playground/validator/v10 v10.19.0
|
||||
github.com/golang-migrate/migrate/v4 v4.17.0
|
||||
github.com/stretchr/testify v1.8.4
|
||||
github.com/cucumber/godog v0.14.0
|
||||
github.com/testcontainers/testcontainers-go v0.28.0
|
||||
github.com/go-resty/resty/v2 v2.11.0
|
||||
go.opentelemetry.io/otel v1.22.0
|
||||
go.opentelemetry.io/otel/trace v1.22.0
|
||||
github.com/prometheus/client_golang v1.18.0
|
||||
)
|
||||
Reference in New Issue
Block a user