11 lines
222 B
Modula-2
Executable File
11 lines
222 B
Modula-2
Executable File
module github.com/leandrofars/oktopus
|
|
|
|
go 1.18
|
|
|
|
require google.golang.org/protobuf v1.28.1
|
|
|
|
require (
|
|
github.com/eclipse/paho.golang v0.10.0 // indirect
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
|
)
|