-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21cb2f9
commit ba96fc9
Showing
5 changed files
with
665 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
.fvm/ | ||
migrate_working_dir/ | ||
.history | ||
|
||
*.db | ||
|
||
# IntelliJ related | ||
*.iml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module server | ||
|
||
go 1.23.2 | ||
|
||
replace sabitou-go => ../protos/gen/go | ||
|
||
require ( | ||
connectrpc.com/connect v1.17.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/mattn/go-sqlite3 v1.14.24 | ||
golang.org/x/net v0.30.0 | ||
sabitou-go v0.0.0-00010101000000-000000000000 | ||
) | ||
|
||
require ( | ||
github.com/cenkalti/backoff/v4 v4.1.1 // indirect | ||
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||
github.com/improbable-eng/grpc-web v0.15.0 // indirect | ||
github.com/klauspost/compress v1.11.7 // indirect | ||
github.com/rs/cors v1.7.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
nhooyr.io/websocket v1.8.6 // indirect | ||
) |
Oops, something went wrong.