16 lines
382 B
Modula-2
16 lines
382 B
Modula-2
module hello_world
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/mailru/easyjson v0.7.7
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/tetratelabs/tinymem v0.1.0 // indirect
|
|
github.com/tetratelabs/wazero v1.1.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|