Skip to content

Commit

Permalink
Try upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 30, 2024
1 parent eea317f commit c46e6fa
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 81 deletions.
3 changes: 2 additions & 1 deletion cmd/gateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package main

import (
"flag"
"github.com/danielvladco/go-proto-gql/pkg/server"
"log"
"net"
"net/http"
"os"

"github.com/stateful/go-proto-gql/pkg/server"

"gopkg.in/yaml.v2"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/proto2graphql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"

"github.com/danielvladco/go-proto-gql/pkg/generator"
"github.com/danielvladco/go-proto-gql/pkg/protoparser"
"github.com/stateful/go-proto-gql/pkg/generator"
"github.com/stateful/go-proto-gql/pkg/protoparser"
"github.com/vektah/gqlparser/v2/formatter"
"google.golang.org/protobuf/compiler/protogen"
"google.golang.org/protobuf/types/pluginpb"
Expand Down
42 changes: 21 additions & 21 deletions example/codegen/api/gql/options/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions example/codegen/api/graphql/constructs/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c46e6fa

Please sign in to comment.