Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 20 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ module github.com/DIMO-Network/attestation-api
go 1.25

require (
github.com/DIMO-Network/cloudevent v0.1.4
github.com/DIMO-Network/device-definitions-api v1.5.6
github.com/DIMO-Network/fetch-api v0.0.12
github.com/DIMO-Network/cloudevent v0.1.6
github.com/DIMO-Network/device-definitions-api v1.6.2
github.com/DIMO-Network/fetch-api v0.0.19
github.com/DIMO-Network/model-garage v0.8.16
github.com/DIMO-Network/server-garage v0.0.8
github.com/DIMO-Network/shared v1.0.7
github.com/DIMO-Network/token-exchange-api v0.3.7
github.com/ethereum/go-ethereum v1.16.8
github.com/gofiber/fiber/v2 v2.52.11
github.com/DIMO-Network/shared v1.1.5
github.com/DIMO-Network/token-exchange-api v0.4.0
github.com/ethereum/go-ethereum v1.17.0
github.com/gofiber/fiber/v2 v2.52.12
github.com/gofiber/swagger v1.1.1
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/zerolog v1.34.0
github.com/segmentio/ksuid v1.0.4
github.com/stretchr/testify v1.11.1
github.com/swaggo/swag v1.16.6
github.com/uber/h3-go/v4 v4.3.0
github.com/uber/h3-go/v4 v4.4.0
go.uber.org/mock v0.6.0
golang.org/x/sync v0.18.0
google.golang.org/grpc v1.75.0
google.golang.org/protobuf v1.36.10
golang.org/x/sync v0.19.0
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
)

require (
Expand All @@ -49,7 +49,7 @@ require (
github.com/holiman/uint256 v1.3.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand All @@ -72,13 +72,12 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.65.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.38.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/tools v0.41.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading