generated from VLADIMIR/template
30 lines
797 B
Modula-2
30 lines
797 B
Modula-2
module evening_detective
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.10
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
|
|
google.golang.org/grpc v1.64.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/stretchr/testify v1.10.0
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|