Bluemage/go.mod

42 lines
1.6 KiB
Modula-2
Raw Normal View History

2024-08-04 23:16:05 +07:00
module github.com/tigorlazuardi/bluemage
go 1.22.5
2024-08-05 23:06:32 +07:00
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
connectrpc.com/connect v1.16.2
connectrpc.com/cors v0.1.0
2024-08-05 23:06:32 +07:00
github.com/aarondl/opt v0.0.0-20240623220848-083f18ab9536
github.com/bufbuild/protovalidate-go v0.6.3
2024-08-07 10:41:00 +07:00
github.com/fatih/color v1.17.0
2024-08-05 23:06:32 +07:00
github.com/jaswdr/faker/v2 v2.3.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/rs/cors v1.11.0
github.com/spf13/cobra v1.8.1
2024-08-05 23:06:32 +07:00
github.com/stephenafamo/bob v0.28.1
2024-08-07 10:41:00 +07:00
github.com/tidwall/pretty v1.2.1
golang.org/x/net v0.23.0
2024-08-05 23:06:32 +07:00
google.golang.org/protobuf v1.34.2
)
require (
2024-08-08 20:49:18 +07:00
connectrpc.com/validate v0.1.0 // indirect
2024-08-05 23:06:32 +07:00
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/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2024-08-07 10:41:00 +07:00
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
2024-08-05 23:06:32 +07:00
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 // indirect
2024-08-08 13:41:18 +07:00
github.com/simukti/sqldb-logger v0.0.0-20230108155151-646c1a075551 // indirect
github.com/spf13/pflag v1.0.5 // indirect
2024-08-05 23:06:32 +07:00
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
2024-08-07 10:41:00 +07:00
golang.org/x/sys v0.18.0 // indirect
2024-08-05 23:06:32 +07:00
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
)