Blog/Post/go.mod
2024-01-02 19:31:11 +03:00

8 lines
138 B
Modula-2

module Post
go 1.21.5
require (
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231229133344-d90169761595
github.com/rs/xid v1.5.0
)