28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/tigorlazuardi/bluemage
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
|
|
connectrpc.com/connect v1.16.2
|
|
github.com/aarondl/opt v0.0.0-20240623220848-083f18ab9536
|
|
github.com/bufbuild/protovalidate-go v0.6.3
|
|
github.com/jaswdr/faker/v2 v2.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/stephenafamo/bob v0.28.1
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/aarondl/json v0.0.0-20221020222930-8b0db17ef1bf // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/google/cel-go v0.20.1 // indirect
|
|
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 // indirect
|
|
github.com/stephenafamo/scan v0.4.2 // indirect
|
|
github.com/stoewer/go-strcase v1.3.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
|
|
)
|