Skip to content

Commit

Permalink
Merge pull request #4 from Wind-River/dev
Browse files Browse the repository at this point in the history
Updated graphql upload
  • Loading branch information
ThinCrustt authored Oct 17, 2023
2 parents 508b483 + 890b27d commit f27dd39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module wrs/catalog/ccli
go 1.19

require (
bitbucket.wrs.com/scm/weststar/graphql-upload-go.git v0.5.0-rc.1
github.com/google/uuid v1.3.0
github.com/hasura/go-graphql-client v0.9.2
github.com/rs/zerolog v1.14.0
Expand All @@ -12,6 +13,5 @@ require (
require (
github.com/klauspost/compress v1.10.3 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.1
nhooyr.io/websocket v1.8.7 // indirect
)
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bitbucket.wrs.com/scm/weststar/graphql-upload-go.git v0.5.0-rc.1 h1:nFxqHtUAXkI9XtUFzSULfgZrH0Da+mzX4kFXN8xzLjg=
bitbucket.wrs.com/scm/weststar/graphql-upload-go.git v0.5.0-rc.1/go.mod h1:2EM074/XN4WU3zFibDXYVGgA0NfCx8+QbjRom3zJUeo=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
Expand Down Expand Up @@ -63,12 +65,6 @@ github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.3.0 h1:nVG9dc+eDE/h/6bw4MAomMpGVwgjAoDeYVT2SSdksc0=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.3.0/go.mod h1:ZLdWO4iyc2549l7CbW3Qd4Sd9n+oNY7B9Qg6cueo5zA=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.0 h1:45Zy/2ZeUpDaFEwr1bHyiBa5P6lzKzn9QCppONWHpdM=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.0/go.mod h1:ZLdWO4iyc2549l7CbW3Qd4Sd9n+oNY7B9Qg6cueo5zA=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.1 h1:BG/iVwjDKfV5/BiJteKUgq7xAXSMlYPIceZbEgodp+k=
gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git v0.4.1/go.mod h1:ZLdWO4iyc2549l7CbW3Qd4Sd9n+oNY7B9Qg6cueo5zA=
go.opentelemetry.io/otel v1.6.3/go.mod h1:7BgNga5fNlF/iZjG06hM3yofffp0ofKCDwSXx1GC4dI=
go.opentelemetry.io/otel/trace v1.6.3/go.mod h1:GNJQusJlUgZl9/TQBPKU/Y/ty+0iVB5fjhKeJGZPGFs=
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"net/http"
"wrs/catalog/ccli/packages/yaml"

graphqlUpload "bitbucket.wrs.com/scm/weststar/graphql-upload-go.git/code"
"github.com/google/uuid"
"github.com/hasura/go-graphql-client"
graphqlUpload "gitlab.devstar.cloud/WestStar/libraries/go/graphql-upload.git/code"
)

// Adds a profile document to a part and returns any errors that occur
Expand Down

0 comments on commit f27dd39

Please sign in to comment.