2023-12-22 16:30:25 +00:00
|
|
|
module blog
|
|
|
|
|
|
|
|
go 1.21.5
|
|
|
|
|
2024-01-14 18:47:16 +00:00
|
|
|
<<<<<<< HEAD
|
2023-12-22 16:30:25 +00:00
|
|
|
require (
|
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231219060339-de98b39a9502
|
2024-01-02 22:33:48 +00:00
|
|
|
github.com/rs/xid v1.5.0
|
2023-12-22 16:30:25 +00:00
|
|
|
)
|
2024-01-08 13:20:33 +00:00
|
|
|
|
|
|
|
require github.com/google/uuid v1.5.0
|
2024-01-14 18:47:16 +00:00
|
|
|
=======
|
2024-01-14 18:28:44 +00:00
|
|
|
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231219060339-de98b39a9502
|
2024-01-14 18:47:16 +00:00
|
|
|
>>>>>>> oracle_uuid
|