Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,43 @@ module codeflux.dev/codeflux
go 1.26.0

require (
github.com/gofrs/flock v0.13.0
github.com/monstercameron/GoGRPCBridge v1.1.1
github.com/monstercameron/GoWebComponents/v5 v5.0.1
github.com/gofrs/flock v0.13.1
github.com/monstercameron/GoGRPCBridge v1.1.2
github.com/monstercameron/GoWebComponents/v5 v5.0.4
github.com/monstercameron/schemaflux v1.2.0
github.com/mxschmitt/playwright-go v0.6100.0
golang.org/x/sys v0.46.0
golang.org/x/text v0.39.0
google.golang.org/grpc v1.83.0
google.golang.org/protobuf v1.36.11
modernc.org/sqlite v1.55.0
github.com/mxschmitt/playwright-go v0.6201.1
golang.org/x/sys v0.47.0
golang.org/x/text v0.41.0
google.golang.org/grpc v1.83.2
google.golang.org/protobuf v1.36.12
modernc.org/sqlite v1.58.0
)

require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/sashabaranov/go-openai v1.20.4 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/yuin/goldmark v1.7.13 // indirect
github.com/yuin/goldmark v1.7.17 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/net v0.58.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.74.1 // indirect
modernc.org/libc v1.75.6 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/memory v1.12.1 // indirect
)
Loading
Loading