2022-03-12 00:13:55 +03:00
|
|
|
module go.unistack.org/micro-codec-iso8583/v3
|
|
|
|
|
2024-12-23 19:20:44 +03:00
|
|
|
go 1.23.4
|
2022-03-12 00:13:55 +03:00
|
|
|
|
|
|
|
require (
|
2024-12-23 19:20:44 +03:00
|
|
|
github.com/moov-io/iso8583 v0.22.3
|
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1
|
|
|
|
go.unistack.org/micro/v3 v3.11.26
|
2022-03-12 00:13:55 +03:00
|
|
|
)
|
2023-03-05 21:54:10 +03:00
|
|
|
|
|
|
|
require (
|
2024-12-23 19:20:44 +03:00
|
|
|
github.com/ash3in/uuidv8 v1.0.1 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/matoous/go-nanoid v1.5.1 // indirect
|
2023-03-05 21:54:10 +03:00
|
|
|
github.com/yerden/go-util v1.1.4 // indirect
|
2024-12-23 19:20:44 +03:00
|
|
|
golang.org/x/text v0.21.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
2023-03-05 21:54:10 +03:00
|
|
|
)
|