storytelling

This commit is contained in:
2026-07-10 01:30:09 +07:00
parent 377dd26e3e
commit 99f0e50f9a
6 changed files with 937 additions and 1 deletions
+9 -1
View File
@@ -4,12 +4,20 @@ go 1.25.0
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
github.com/stretchr/testify v1.11.1
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
)
require github.com/vearutop/statigz v1.4.0 // indirect
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.15.0 // indirect
github.com/vearutop/statigz v1.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/golang-jwt/jwt/v5 v5.3.1