Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
15
go.mod
15
go.mod
@@ -1,15 +1,18 @@
|
||||
module go.unistack.org/micro-codec-iso8583/v3
|
||||
|
||||
go 1.19
|
||||
go 1.23.4
|
||||
|
||||
require (
|
||||
github.com/moov-io/iso8583 v0.15.1
|
||||
go.unistack.org/micro-proto/v3 v3.3.1
|
||||
go.unistack.org/micro/v3 v3.10.14
|
||||
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
|
||||
)
|
||||
|
||||
require (
|
||||
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
|
||||
github.com/yerden/go-util v1.1.4 // indirect
|
||||
golang.org/x/text v0.8.0 // indirect
|
||||
google.golang.org/protobuf v1.28.1 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
google.golang.org/protobuf v1.36.1 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user